• I need to split my Blogroll between the left & right sidebars as it is very extensive and thus is lopsided.

    I have tried using Breukie’s Links Widget, which unfortunately doesn’t work for me (settings do not ‘stick’), and also Alex Kings Links, which cause a fatal error.

    Are there any other solutions for this?

    Thanks, Peter

Viewing 4 replies - 1 through 4 (of 4 total)
  • How about having two different sets of blogrolls and calling each of them independently on your sidebars?

    For instance, if you had two different types of link categories, WP lets you invoke them by id.

    So, you could do something like this —

    <?php get_links_list('id-for-links-on-left'); ?>
    <?php get_links_list('id-for-links-on-right'); ?>

    That should solve your problem. The codex page on get_links_list has more.

    Thread Starter searchen

    (@searchen)

    Sounds realistic (I already have multiple link categories)… but really need to continue to use other widgets…

    is there a way to use (as you suggested) as well as widgets? I kinda thought it was either specific sidebar content, or widgets.

    Thanks

    Thread Starter searchen

    (@searchen)

    I have found a solution:

    Morgan’s Replacement Links Widget:

    The codex page Metlin mentioned has this message:

    “This function has been deprecated.”

    Does that mean there is another way to accomplish what searchen wants? I’d like to do the same thing.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multiple Links widgets?’ is closed to new replies.