[Plugin wp-postviews] fetch most viewed post from a category
-
Hi,
Using Gamer’z wp-postviews plugin I am trying to show most viewed post on single page. I want to fetch most viewed post from a categories and display on that page. Gamerz suggested me to use get_query_var(“cat”) and I am using following code on the sidebar.
<?php if (function_exists(‘get_most_viewed_category’)): ?>-
<?php get_most_viewed_category(get_query_var(“cat”),’both’,10); ?>
<?php endif; ?>
I am just getting N/A and no posts. Since it is not support question, gamerz can not provide any help and is fair enough. I am wondering if some one has tried this custom modification.
Thank you.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin wp-postviews] fetch most viewed post from a category’ is closed to new replies.