parthatel
Member
Posted 3 years ago #
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.
parthatel
Member
Posted 3 years ago #
godsassass1n
Member
Posted 3 years ago #
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.
parthatel
Member
Posted 3 years ago #
is there any way of ordering the posts by using Alex King's Popularity Contest plugin?