Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter AdamBlue

    (@adamblue)

    That did the trick. Thank you very much!

    Thanks for the help.

    On this topic, I noticed my blog post titles include the complete title found on the home page. bluegamer.net

    Example: BlueGamer | The Ultimate Hardcore Video Game Blog and Podcast | Weekend in Gaming – Game-a-Palooza Edition

    When it should only be: Weekend in Gaming – Game-a-Palooza Edition

    The homepage title is correct as: BlueGamer | The Ultimate Hardcore Video Game Blog and Podcast

    Contents of my header file:

    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0, maximum-scale=1.0″>
    <title><?php bloginfo( ‘name’ ); ?><?php wp_title( ‘|’ ); ?></title>
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
    <?php wp_head(); ?>
    </head>

    Thanks for any help.

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