• Resolved c3l5o

    (@c3l5o)


    Hello all, I need to find a plug-in that allows the categories I create for my links to appear in a certain order. The default way is to sort them by alphabetical order, and I need to display some categories on top of the widget instead of the bottom just because their name comes last in this order.

Viewing 2 replies - 1 through 2 (of 2 total)
  • MichaelH

    (@michaelh)

    Consider downloading and installing Otto’s PHP Code Widget.

    Then use multiple instances of the plugin with the proper wp_list_bookmarks() code. Meaning you might want to use the category_orderby argument, or use the include=:

    <?php wp_list_bookmarks('categorize=0&category=2&before=<span>&after=</span>&show_images=1&show_description=0&orderby=url'); ?>
    
    and
    
    <?php wp_list_bookmarks('categorize=0&category=15&before=<span>&after=</span>&show_images=1&show_description=0&orderby=url'); ?>

    Please remember to support our plugin authors by clicking on the Donate button there.

    Note that 2.8 will have some configuration options for the Link Widget, but probably wouldn’t help you in this situation.

    Thread Starter c3l5o

    (@c3l5o)

    Found a easier solution:
    My Link Order – Plug-In

    Seems to do the job much easier and cleaner

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin To Modify Links Category Order in Sidebar’ is closed to new replies.