• 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)
  • Thread Starter parthatel

    (@parthatel)

    anyone?

    i dont know if this might work for you but you might wanna try some manual
    work and mark your posts as announcements in the order you want them to show, but if you want them to constantly rearrange themselves according to
    the amount of comments then i dont know of any plugins for this but this is the same principal that i used on my site. it doesnt auto arrange them but its definitely one way to do it for now.

    Thread Starter parthatel

    (@parthatel)

    is there any way of ordering the posts by using Alex King’s Popularity Contest plugin?

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.