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&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 separated 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?