• hi there

    i was wondering if anyone could tell me if there was a way to get the My Link Order plugin to display my blogroll/links on a page instead of the side bar?

    Thanks in advance for any help you might be able to offer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • In plugin’s installation instruction, at the bottom it states
    If you aren’t using widgets, modify sidebar template to use correct filter(additional parameter seperated by ampersands):

    <?php wp_list_bookmarks(’orderby=order&category_orderby=order’); ?>

    You could create a Page Template, say bookmarks.php and add configured code in the loop.

    Then create new Page in WP admin, choose the template “Bookmarks” add title and click publish.

    Thread Starter Avi M

    (@avim)

    thanks mercime I will give that a try.

    My plugin called Link Library could help you. It is designed to easily create a page with all of your links, organised by categories. And I just added the option to follow the category and link ordering set by ‘My Link Order’ in my latest version (1.1.8).

    http://wordpress.org/extend/plugins/link-library/

    I have My Link Order working and all, but I can only use it once in my website. If I put it in my homepage then there is no “ADD” link on the widget selection for my sidebar_posts page — or on any other place in the website for that matter. However, If I remove it from my Homepage_left widget list then I can add it to sidebar_posts — or any other one place.

    I tried manually adding to my page:
    <?php wp_list_bookmarks(’orderby=order&amp;category_orderby=order’); ?>

    But that breaks the page entirely and I get a blank page.

    In the instructions quoted above (and in the installation instructions in the widget page) I don’t understand what is meant by:

    If you aren’t using widgets, modify sidebar template to use correct filter(additional parameter seperated by ampersands):

    I just know when I add the “?php wp_list_bookmarks” code by itself into my page it yields a blank page.

    Does anyone know why I can only use this widget in more than one location?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘My Link Order Plugin – Getting it to display on a page??’ is closed to new replies.