WordPress 101 Guide | Make a Query to Get the Most Popular Post by Comment Count in WordPress
This one is very simple. For those of you that want to automatically include it in your themes, you can query by comment count using get_posts and running a foreach loop to get the contents. Very simple procedure. Code below …