Maraki
Member
Posted 6 months ago #
Hello,
This is what i am looking for since it supports custom post types but instead of view count, i would like to show the latest custom post types tagged with let's say the word "popular".
In essence, i would like to dictate what's popular myself..
is this do-able?
thanks
Andy
http://wordpress.org/extend/plugins/wordpress-popular-posts/
Héctor Cabrera
Member
Plugin Author
Posted 6 months ago #
Hi there,
The WPP does the ranking automatically, so it wouldn't serve your purpose - maybe just to count the views for you but that would be it.
If you have any coding skills, you could take advantage of my plugin by using the views data it stores into your database (or use another plugin that counts views, there are some out there) and from that build the listing by matching the views ranking with your popular tag. It shouldn't be too hard to do. I'd post a sample code here but I'm a bit short of time right now.