• Resolved aaronlmgoodwin

    (@aaronlmgoodwin)


    I’d like to remove my site name from the header of my blog since it’s redundant, but I’d like to keep it showing up in the title bar of browsers. Does anyone know a good way to approach this? To see why this is a problem head over to sweetsweetcircle.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • Edit the header.php of your theme and remove the php bit that outputs the blog name.

    edit** never mind

    Thread Starter aaronlmgoodwin

    (@aaronlmgoodwin)

    Alright, exactly which bit of code would that be, since I tried deleting a whole section and it just made the header disappear.

    <?php bloginfo('name'); ?>
    There maybe more code wrappering around this tag.

    Thread Starter aaronlmgoodwin

    (@aaronlmgoodwin)

    I removed that code and it’s still showing up. Is there something else I’m missing?

    Then I think your trying to remove something else. Do you want that image to appear header or is it something else?

    Thread Starter aaronlmgoodwin

    (@aaronlmgoodwin)

    Alright, well I actually looked again and that bit of code was in there twice, so I removed it again and it did the trick. The only problem is that now the header is too small and it clips off the bottom of the Image. I’ll just have to mess around with that though.

    Thanks for the help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Removing Site Name’ is closed to new replies.