My blog, http://mustachiohunter.com, has only 2 pages. The main page with all of my posts and a page I would like to display the top 5 highest posts from the main page.
I am adding:
<?php if (function_exists('get_highest_rated')): ?>
-
<?php get_highest_rated('post', 0,5); ?>
<?php endif; ?>
To the 'Top Posts' page; however, nothing is showing up! Any ideas?
PS-I currently have all of my posts with a [ratings] at the end of each post, i.e. I have no integrated the plug into my theme.