I am trying to add my template to wordpress but I can't find where to edit the HTML for the Blog Roll, archives and, category list on the side bar. I have done a search for 'blog roll' in every one of the files in wordpress but got no results. Can someone tell me how to do this?
What exactly are you trying to do? to list archives use this call: wp_get_archives() to list categories: wp_list_categories() for the blogroll use: get_links() Go to the WordPress Codex page for more info on these tags.
I checked out the codex and it still doesn't tell me what files the side bar templates are in. So i can edit the HTMl for how the blog roll, archives, and categories lists look like. If you look at my site you will see that those sections of the side bar are screwed up. My site is review-crew.com
I found the files that I need to edit. I tried deleting all <ul> and <li> tages but now my bookmarks won't show up at all. The files are in the wp-includes folder and are named bookmark-template.php and category-template.php.