• Interesting scenerio here. A friend has a blog and the browser title wasn’t showing up. She added the name of her blog to the proper box under options. Now she’s got the title there, but also the name of her blog across the main page, which she doesn’t want it because she’s got an image there and the name goes on top of it.
    How do edit it so the name only shows on the browser title and not on the actual page?
    thanks,
    Laney

Viewing 1 replies (of 1 total)
  • thats done in header.php..

    look for:

    div id="header">
    <div id="headerimg">
    <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1>
    <div class="description"><?php bloginfo('description'); ?></div>
    </div>

    not too interesting either, its a tired topic actually

Viewing 1 replies (of 1 total)

The topic ‘browser title’ is closed to new replies.