• under settings, you can change the “blog title” and tagline

    the “blog title” will then be displayed in the windows title bar.

    is there anyway to make the blog title not associated with the title bar?

    almost every theme i’ve seen links the 2 together and I’d like to use my own personal image. I am currently using the “pixeled” theme.

    thanks

Viewing 1 replies (of 1 total)
  • Depending on the theme you are using, usually in your header.php you will find code similar to this that you can edit to meet your needs.

    <title><?php bloginfo('name'); if ( is_404() ) : _e(' &raquo; ', 'sandbox'); _e('Not Found', 'sandbox'); elseif ( is_home() ) : _e(' &raquo; ', 'sandbox'); bloginfo('description'); else : wp_title(); endif; ?></title>

Viewing 1 replies (of 1 total)
  • The topic ‘“blog title” and windows title bar’ is closed to new replies.