[Plugin: Popularity Contest] Show popular category posts on single
-
Hey there,
I’m using the great popularity contest plugin, and want it to show (in single) the popular posts from the same category.
The plugin can show this on the category page, but I want it to show on the single page also.
<?php akpc_most_popular_in_cat(5,'<li>','</li>','X'); ?>
If I manually replace X with the category ID it works great.
<?php the_category_ID(); ?>
works to get the cat ID for me fine, but if I combine them to do it automatically as below, it doesn’t work.<?php akpc_most_popular_in_cat(5,'<li>','</li>','<?php the_category_ID(); ?>'); ?>
Any ideas people? I have spent too many hours on this already.
Any help would be much appreciated!
Many thanks,
MattNote: I only post my posts into one category.
- The topic ‘[Plugin: Popularity Contest] Show popular category posts on single’ is closed to new replies.