• No matter what I do I can’t seem to change the order of my blogroll list. I’ve tried to edit the links using all of the possible options (Link ID, address, rating, name) but no matter what I do the order stays the same. I’ve cleared my cache, but again with no luck. Any thoughts on what might be causing this and what I should do? I’m using the Thesis theme, for the record. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Me too! I have a single LHS sidebar with four tabs on it that link to my pages. Ch5 of WordPress for Dummies 2nd Ed gave me hope – p89. But going to Widgets and Link to blogroll said there was nothing I can do, no edits possible. Anyone’s help would be brilliant! Thanks.

    The only solution I could find with standard link and widget management is to be creative with the naming of the links. The default is alphabetical listings. Sigh…

    Consider downloading and installing Otto’s PHP Code Widget.

    Then put something like this in one of those widgets:

    <?php wp_list_bookmarks('orderby=count'); ?>

    See the template tag, wp_list_bookmarks(), for more arguments.

    Excellent. Thanks.

    <?php wp_list_bookmarks(‘orderby=id’); ?>

    worked for me. ‘count’ doesn’t seem to be a valid option.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t change blogroll order’ is closed to new replies.