• How can I use

    <?php if (function_exists('get_highest_rated_range')): ?>
        <ul>
            <?php get_highest_rated_range('1 day'); ?>
        </ul>
    <?php endif; ?>

    in query_posts

  • The topic ‘Display Highest Rated Post Within A Given Period in query_posts’ is closed to new replies.