I am displaying blogroll links in the sidebar of a wordpress blog with this code: <?php wp_list_bookmarks(); ?> Code (markup): How do I go about editing the HTML because I want to change the text Blogroll to something else?
Just remove that line and insert whatever you want instead. If you think you may use it later, just comment that line out: <?php // wp_list_bookmarks(); ?> Code (markup):
insert a text widget and use a unordered list.... to change the name just insert a name into the title, it sounds like your theme may not be widget ready
if u r using widget there will be option for changing title easily if not then edit ur sidebar.php file in wp theme editor.