• How can i make my links sort on descending rating (instead of ascending) rating? I now have it like this:

    <?php get_links($link_cat->cat_id, ‘<li class=”li3″>’, ”, ‘
    ‘, FALSE, ‘rating’, TRUE, TRUE, -1, TRUE); ?>

    How can i make it descending?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links sort descending rating’ is closed to new replies.