How to display highest rated posts
-
I read that to display the highest rated posts you have to add this code into your template.
<?php if (function_exists(‘get_highest_rated’)): ?>
-
<?php get_highest_rated(); ?>
<?php endif; ?>
But where do you add it? Do you create a new page and add it there? Or how does it work? Thanks for help ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to display highest rated posts’ is closed to new replies.