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?
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?
use '_rating'
Thanks, it works!
This topic has been closed to new replies.