Quote:
I am trying to make my "links" title into an image instead of the default. Check it out: http://www.gluesky.com/ Note the "recently bookmarked" in image form and then in the default text above an example link. Any help would be appreciated! Vee |
Quote:
Edit sidebar.php and look for <>php wp_list_bookmarks();?>. Replace with <?php wp_list_bookmarks('title_li'); ?>. That will suppress the default text title. http://codex.wordpress.org/Template_...list_bookmarks |