
It took some doing but I’m finally up to date with my Wordpress installation. I had to go from 2.1 to 2.3 and let me tell ya, some of the template tag changes weren’t fun to deal with. One of the things I found the most difficult to deal with was for my link categories in the footer and the link page. Prior to the upgrade I was using the template tag ‘get_links’ but of course that has now changed to ‘wp_list_bookmarks’. Where I wasn’t clear from the codex was how to get rid of the category title that Wordpress wants to automatically produce. So without further ado, a little tutorial on how to do this properly.
Arguments you must have to make the title null:
<?php wp_list_bookmarks('categorize=0&title_li='); ?>
Categorize must be set to 0 and title_li should be included as shown to get a null title.
One Measly Opinion
Bookmarks Tagged Tutorial | Jan 1
[...] bookmarks tagged tutorial Finally Upgraded Wordpress to 2.3 saved by 1 others YourGaySubscriber bookmarked on 01/01/08 | [...]