Hey there, WordPress user! Are you looking to build a more engaged, interactive community around your website? One of the best ways to encourage visitors to participate is by showcasing your recent comments front and center.
When you display your latest comments in a prominent spot like your sidebar, it sends a powerful signal that your site is active, discussions are happening, and it‘s worth joining the conversation. In fact, a study by Disqus found that sites highlighting recent comments saw a 20% increase in comment volume compared to those without!
In this guide, we‘ll walk through exactly how to add a recent comments section to your WordPress sidebar. We‘ll cover two methods:
- Using the built-in Recent Comments widget
- Leveling up with the Decent Comments plugin
By the end, you‘ll have an eye-catching recent comments display that pulls readers in and gets them excited to participate. Let‘s get started!
Why Showcasing Recent Comments Matters
Before we dive into the technical how-to, let‘s talk about why displaying recent comments is so important for your WordPress site.
Think about the last time you visited a new blog or website. If you scroll down to the comments and see zero interaction, what‘s your impression? The site feels a bit dead, right? Like you‘re the only one there and there‘s no real community around the content.
Now imagine instead that you see a sidebar full of recent comments, with lively discussions, questions being answered, and a sense that people are truly engaged with the site. Suddenly you feel like you‘ve stumbled upon a vibrant gathering place, and you‘re more tempted to stick around and get involved yourself.
That‘s the power of social proof – when we see others participating, we‘re more likely to participate ourselves. And the data backs this up:
- Pages with comments see 4x longer average time on page compared to those without (Chartbeat)
- Displaying recent comments increases repeat visitor rate by 18% (Disqus)
- Websites with active comment sections have 6x more page views than those without (Bravenet)
In other words, showcasing your recent comments doesn‘t just make your site look more active – it directly translates into more engagement, more time on site, more return visits, and more opportunities to build relationships with your audience.
So how can you tap into these benefits for your own WordPress site? Let‘s look at two key methods.
Method 1: Use the Default Recent Comments Widget
WordPress comes with a built-in recent comments widget that you can easily add to your sidebar in just a few clicks. Here‘s how:
- In your WordPress dashboard, navigate to Appearance > Widgets.
- Look for the Recent Comments widget and click to expand it.
- Use the dropdown menu to select which sidebar or widget area you want recent comments to appear in.
- (Optional) Add a title like "Recent Comments" or "Latest Discussions".
- Choose the number of comments to display (default is 5).
- Click Save.
That‘s it! Visit your site and you‘ll now see a simple, clean list of your most recent comments. Each one shows the commenter‘s name, an excerpt of their comment, and the title of the post they commented on. It looks something like this:

The commenter‘s name links to their website (if provided), while the post title links to the specific post or page where the comment appears.
This default widget is a great way to get started with highlighting recent comments, especially if you want something quick and easy. However, it‘s fairly limited in terms of customization – you can‘t change the avatar size, excerpt length, date display, and so on.
If you want more control over how your recent comments appear, you‘re better off using a plugin. Speaking of which…
Method 2: Customize Recent Comments with a Plugin
For more flexibility and customization options, you can use a plugin to display recent comments instead of the default widget. There are several good ones available, but for this guide we‘ll use Decent Comments, a free, lightweight plugin with a solid set of features.
Here‘s how to get it set up:
- Install and activate the Decent Comments plugin.
- Go to Appearance > Widgets and look for the Decent Comments widget.
- Add the widget to your desired sidebar or widget area.
- Customize the settings:
- Widget title – Add a title like "Latest Comments"
- Number of comments – Choose how many recent comments to display
- Order – Display comments oldest to newest or newest to oldest
- Post types – Check the post types (posts, pages, etc.) to pull comments from
- Comment excerpt – Toggle on to include an excerpt of each comment
- Excerpt length – Set the number of words to include in the excerpt
- Show avatar – Toggle on to display commenter avatars
- Avatar size – Set the dimensions of the avatars in pixels
- Click Save.
Here‘s what the settings panel looks like:

Once saved, your recent comments will appear in the sidebar, styled and formatted according to your selections. You can tweak the settings anytime to get it looking just right.
One unique feature of Decent Comments is the "Comment on" link that appears after each excerpt:

When clicked, this takes the user directly to the comment form on that post, pre-populated with an @mention of the original commenter. It‘s a handy way to encourage users to continue the conversation.
A couple notes on Decent Comments:
- The plugin hasn‘t been updated in a while, so there‘s a chance it could develop compatibility issues with future WordPress versions. If that happens, look for actively maintained alternatives like Better Recent Comments.
- If you‘re not seeing comments on your site, make sure you have commenting enabled under Settings > Discussion and that comments are turned on for that specific post or page.
Styling Your Recent Comments Section
Whether you‘re using the default widget or a plugin, you‘ll likely want to customize the appearance of your recent comments section to mesh with your overall site design.
Some themes will automatically apply widget styling, but if yours doesn‘t, you can add your own CSS. Use your browser‘s inspect tool to find the unique classes for the recent comments section and target them with styles like:
/* Default widget */
.widget_recent_comments ul {
list-style: none;
padding: 0;
}
.widget_recent_comments li {
margin-bottom: 1em;
}
.widget_recent_comments .comment-author-link {
font-weight: bold;
}
.widget_recent_comments a {
text-decoration: none;
}
.widget_recent_comments .post-title {
display: block;
font-size: 0.9em;
color: #999;
}
/* Decent Comments plugin */
.decent-comments .comment {
display: flex;
margin-bottom: 1.5em;
}
.decent-comments .avatar {
margin-right: 1em;
border-radius: 50%;
}
.decent-comments .comment-body {
font-size: 0.95em;
}
.decent-comments .comment-meta {
color: #999;
font-size: 0.85em;
}
.decent-comments .comment-on {
display: inline-block;
font-style: italic;
}Adjust colors, fonts, spacing etc. to fit your theme. You might add a background color, make avatars circular, increase font sizes – whatever fits your vibe!
Keeping Things Clean & Relevant
One last thing to consider when showcasing recent comments is moderation. The more prominence you give to comments, the more important it is to make sure they‘re relevant and appropriate. A few tips:
- Use a solid spam filter like Akismet, Antispam Bee, or CleanTalk.
- Regularly check in on recent comments and manually approve/delete as needed.
- Consider setting up a comment policy so users know what kind of discussions are welcome.
- Delete off-topic or inappropriate comments so they don‘t show up in your recent comments section.
- Engage with commenters to keep things on track and show that you value their input.
With a bit of regular pruning, your recent comments section will feature the best, most engaging discussions from your community.
Let Your Comments Shine!
Displaying recent comments prominently on your site is one of the most effective ways to boost engagement and turn casual visitors into regular participants. The social proof and sense of activity goes a long way!
To sum up, you‘ve got two main options for showing recent comments in WordPress:
- The default Recent Comments widget (quick and easy)
- A plugin like Decent Comments (more customization options)
Whichever route you choose, remember to:
- Place the recent comments section somewhere visible like the sidebar
- Style it to fit your theme‘s overall look and feel
- Moderate regularly to keep things relevant and on-track
- Engage with commenters to add your own voice to the discussions
With a little bit of setup and maintenance, your recent comments section will soon be buzzing with activity. Give it a try and watch your engagement metrics soar!
Do you have any other tips for highlighting recent comments in WordPress? Are there any plugins or tactics you‘ve found especially effective? Let me know in the comments!
