Forum Replies Created

Viewing 31 replies (of 31 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 31 replies (of 31 total)