Answer the question
In order to leave comments, you need to log in
Sort posts by latest comment?
<div id="loop">
<?php $postcount=0; ?>
<?php if ( have_posts() ) { $count = 0; while ( have_posts() ) { the_post(); $count++; ?>
<?php get_template_part( 'content' ); ?>
<?php
}
} else {
?>
<div class="404">
<p><?php _e( 'Sorry, no posts matched your criteria.' ); ?></p>
</div><!-- /.post -->
<?php } ?>
<div class="navigation">
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question