Is there a widget, plugin, hack something that will let me change what order the catagories in my Links (blogroll) show up? Right now they're alphabetical, which I don't want at all.
Kind regards
Is there a widget, plugin, hack something that will let me change what order the catagories in my Links (blogroll) show up? Right now they're alphabetical, which I don't want at all.
Kind regards
Consider downloading and installing Otto's PHP Code Widget.
Then put something like this in one of those widgets:
<?php wp_list_bookmarks('category_orderby=slug'); ?>
Please remember to support our plugin authors by clicking on the Donate button there.
Related:
template tag
wp_list_bookmarks()
You must log in to post.