Can someone help me edit this code to change the default wordpress sidebar title for the blogroll: <?php if (is_home()) { wp_list_bookmarks('title_before=&title_after=& categorize=1&category=77'); } ?> PHP: I have found this: <?php wp_list_bookmarks('categorize=&title_li=<h3>Title</h3>'); ?> but I don't know how to add it to my code. thanks.
I do not think that's necessary. Why don't you just visit the "link categories" section of wordpress? Doing that, you can enter a new "default category" name. No need to be touching PHP-codes!
Because the title isn't coming out in the correct place. I have got the code working now, so it's fine