Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter obstructionist

    (@obstructionist)

    I added it into the Header.php:

    <blockquote><meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php if( is_search() ) { $ser = $_GET['s']; ?><?php _e('Search'); ?><?php echo " &quot;" . wp_specialchars($ser, 1) . "&quot;"; } ?><?php wp_title(''); ?><?php if( ! is_home() ) { ?> | <?php } ?><?php bloginfo('name'); ?><?php bloginfo('description'); ?></title></blockquote>

    But it still didn’t work. Is there another file I should be hacking?

    Thread Starter obstructionist

    (@obstructionist)

    Yes the title and tagline are written in options. And the the blog title appears in the browser’s top bar, but I also want the tagline to be in the browser’s top bar. There’s no option for that.

Viewing 2 replies - 1 through 2 (of 2 total)