• <?php if (function_exists(‘get_highest_score’)): ?>

      <?php get_highest_score(); ?>

    <?php endif; ?>

    How could I modify it to give me the result in a table?

    ——————–
    | PostName | rating |
    ——————–

The topic ‘Help to modify’ is closed to new replies.