How to create a page displaying posts in order of popularity?
-
The default wordpress page shows the posts in order of the newest posts being first. I want to create another page that shows the posts in order of popularity. Which plugin would I need to install and then how what would I need to do?
I believe this is the code for the default wordpress home page (which displays posts in newest first):
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
So I’m looking for something similar to that.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to create a page displaying posts in order of popularity?’ is closed to new replies.