• Resolved grodanboll2

    (@grodanboll2)


    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)
  • Plugin Author Lester Chan

    (@gamerz)

    You have to add this in your raw theme template and not through the WP-Admin UI. You need to be familiar with PHP to do it.

    If you are not, you can stick to widgets. There is a highest rated widget.

Viewing 1 replies (of 1 total)
  • The topic ‘How to display highest rated posts’ is closed to new replies.