• Resolved William Speruzzi

    (@wsperuzzi)


    Right now the ID title at the top of my browser reads “Mozilla Firefox” when I go to my blog.

    How can I change it to read my blog’s title?

Viewing 2 replies - 1 through 2 (of 2 total)
  • That’s because you’ve managed to lose the HTML “title” attribute from your theme’s header. You need something like this in your header (probably header.php) file:

    <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>

    Thread Starter William Speruzzi

    (@wsperuzzi)

    That was easy, thanks pizdin_dim.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog Title Missing In Browser’ is closed to new replies.