I'm creating a links page for a client (http://www.lobsterssundaybrunch.com/links/) and I'm using the blogroll from the sidebar for these links but I want to lose the heading 'Blogroll' and I can't seem to figure out which template and/or PHP file has it so I can delete it. Any help?
kmknight
Member
Posted 11 months ago #
Try to replace...
<?php wp_list_bookmarks(); ?>
with this...
<?php wp_list_bookmarks('categorize=0&title_li='); ?>
...in your page file, or wherever your bookmark PHP code is.
This will set the categorize property to 0. Since your only current link category is named 'Blogroll' it will turn it off.
You can also go to to Admin --> Manage --> Link Categories
Click on "Blogroll" to edit, and change the category name to something else.
Thanks, kmknight. Your suggestion worked great.
mikemayer66
Member
Posted 4 months ago #
I am having the same issue as databell96, but I am still fairly new to WordPress and I'm having trouble finding the file to make the adjustment to the code.
Here is my site, as of now I have a " . " as the title because WP will not let you leave the title empty when going through Admin.
Thanks.
Hi,
Wordpress admin can allow to leave blank details in title and tagline..if you receive any error message then do these and check:
-> upgrade wordpress to the latest version
-> disable all plugins
Thanks,
Shane G.