• I am using get_links to display links. I am displaying from one category only. I have chosen in the admin section to display the links by id, descending. But the order is not working. It simply lists the most recent last. I need the most recent first.

    this is the code I am using:


    <?php get_links('3', '<li>&raquo;', '</li>', '<br />', FALSE, 'id', TRUE,
    TRUE, -1, TRUE); ?>

    Any ideas on how to switch the list around?

    Thanks,
    Kathy

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘using get_links; desc not working’ is closed to new replies.