uing this awesome plugin. Just added it to my links page and is working really well. Just want to hide or not load the title "Blogroll" as the page is already called links. How can I do that?
http://wordpress.org/extend/plugins/wp-render-blogroll-links/
Adjusted blogroll title in the dashboard and added some more categories in the process.
You can also hide the title by disabling categorization with the notitle parameter.
Example:
[wp-blogroll notitle=1]
gkboyer
Member
Posted 2 years ago #
Looks really promising, but showbrk=1 doesn't seem to have any effect.
Here's what I'm using:
[wp-blogroll catname=News notitle=1 showdesc=1 showbrk=1 orderby=id order=desc]
I've got running on WP 2.1.6 v2.8.4
good catch. Fixed it in 2.1.7 (uploading now)
bbuxton
Member
Posted 2 years ago #
Great plugin! One observation in WordPress 3.1 when using:
[wp-blogroll notitle=1]
Empty <h2> tags still appear with notitle=1. Can work around by putting the following rule in css:
.linkcattitle { display:none; }