• So basically, I have looked around and cannot find much on this and what i have found the either the plugin is out dated and or the code don’t work.

    I am wanting to show the the most recent comments first for post in the category

    So in the category instead of it showing the most recent post first im only wanting to show the most recent comments first

    If anyone can help that is greatly appreciated also i am very sorry if its already been said but i cannot find the support on this.

    [No bumping. If it’s that urgent, consider hiring someone.]

Viewing 1 replies (of 1 total)
  • Thread Starter relisys

    (@relisys)

    Ok just to update on this i think i found something what i need

    <?php $popular = new WP_Query('orderby=comment_count&posts_per_page=10'); ?> <?php while ($popular->have_posts()) : $popular->the_post(); ?>

    But i think its out dated because its not working but to shed light its something like that what i need.

Viewing 1 replies (of 1 total)
  • The topic ‘How to display comments first in category’ is closed to new replies.