• hey guys how do i customize this code below so i can pull only the top 5 highest rated articles (posts only) and from a specific category with id #5, the code is in my sidebar by the way

    <div class=”blockhead”>
    <h3>Highest Rated Videos</h3>
    </div>
    <div class=”block” id=”ratingsblock”>
    <?php if (function_exists(‘get_highest_rated’)): ?>

      <?php get_highest_rated(); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘how do i set number of highest rated articles from specific category’ is closed to new replies.