Most commented posts

In wordpress blog, wordpress provide the option to comment on the post and that would be posted on the blog after admin approval. Many of us will be using any number of plugins or the database query that’s been doing the rounds recently to display your most commented posts. But we can achieve it simply by using WordPress’s query_posts or WP_query().

By using query_posts() :

By using WP_query()

We can use one of both the way to get the most commented posts on our blog. Here “posts_per_page” option gives the number of posts to display.

You Might Interested In

Leave a Reply

Enclose a code block like: <pre><code>Your Code Snippet</code></pre>.