Viewing 2 replies - 1 through 2 (of 2 total)
  • Go to your Settings in the Admin Panel
    Change your “Blog Title” and Tagline

    Anthony
    http://www.thebodygenesis.com

    Your title tag is empty for some reason, it looks like this:

    <title> </title>

    In the Midnight theme, the header.php file should have a line of code that looks like this:

    <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>

    You could change your code in the header to get the title you want:

    <title>Halo 3: ODST News and Information</title>

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

The topic ‘How do I do this?’ is closed to new replies.