Forums

Problem sorting Links when displayed (2 posts)

  1. egurevich
    Member
    Posted 3 years ago #

    I am having trouble displaying the Links on my blog sorted by ID. No matter what I try they always get sorted by name. I have been trying to modify a bunch of files already in my theme, but all to no avail. I am using a Theme called Generic Plus 1.0.0. It is some what buggy and I had to modify some code from it. But I can't find where the function is that controls the display of the links and sorts them. If anyone can help I would greatly appreciate.
    Thanks
    Eli

  2. MichaelH
    Member
    Posted 3 years ago #

    Assuming it is NOT a widget, then check the theme's sidebar.php for the template tag, wp_list_bookmarks(), and use something like:

    <?php wp_list_bookmarks('title_li=&categorize=0&orderby=id&order=ASC'); ?>

    Related:
    Stepping Into Template Tags
    Stepping Into Templates
    Template Hierarchy

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags