Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php $my_loop = new WP_Query(array('orderby' => 'comment_count')); ?>
- <?php if ($my_loop->have_posts()) : ?>
- <?php while($my_loop->have_posts()) : $my_loop->the_post(); ?>
- <?php endwhile; ?>
- <?php endif; wp_reset_postdata(); ?>
Add Comment
Please, Sign In to add comment