• I’ve decided that I want to change headers on the sidebar to <h3> instead of <h2>, however, I cannot find where to edit the “Blogroll” header.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The “Blogroll” is found in the sidebar.php template, traditionally, and you will find it under the “Blogroll” title that appears on your site.

    Do you mean the headers that WP automatically generates for your links list? These would be your link categories. If you look at my site (https://v-files.solstace.net/broken/) and scroll down a bit, you can see what I mean. My link categories are “Hangouts,” “Links,” and “Weblogs.” These are generated by WP and cannot be controlled through the template, as far as I know. I fixed mine in template-functions-links.php. If that is what you mean, I can tell you how.

    I upgraded to the latest of 1.5 and the side bar headers have changed. For the life of me I can not find the headers so I can change them back to the correct (or what I like) size.
    My site is at Big Dog’s
    You can see the word blogroll is huge as is the word links. I want my sidebar to look like the one here (except the order)
    Antiastrology

    Any help in finding where this is so i can get it the way i like it would be greatly appreciated.
    Big Dog

    Moderator James Huff

    (@macmanx)

    You should be able to find the menu titles in sidebar.php. If not, check the titles of the link categories in the Link Manager.

    I can not find the titles Blogroll or Links anywhere in sidebar.php.
    I have looked through everything I can think of and I do not find where I can regulate the size of the Blogroll and Links titles in the sidebar.

    I am using my old template and updated it according to Podz’s instructions when i went to 1.5, if that makes a difference. I had it the way it is depicted the link to the other site above but now I can not get it (I uploaded the most stable release and it changed so I am sure it was a change I made before in a file).
    Thanks

    No need to fiddle like this. Just identify the descendant selector and edit in CSS to taste. Leave the markup intact.

    Why don’t you just change the font size of the <h2> using your style sheet, it’s a lot easier than replacing code in numerous files.

    #div name h2 {
    font-size: 18px; /* what ever text size you want */
    }

    Wanted to stop back and thank everyone for their input. I got it corrected and it worked fine. Of course, like everything else, once I got it working I changed to another theme!
    This novice appreciates your help.
    BD

    Hi.
    I too am looking for where the Blogroll header is created. I’ve looked in sidebar.php and it’s not there, at least not as anything recognizable.
    So I wondered if anyone knew where it is created? I need to put another div around it.
    Thanks in advance.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Blogroll Header’ is closed to new replies.