• Resolved Jabbok

    (@jabbok)


    I recently changed themes and now, instead of the name of my blog, I see a ‘>>’ beside my favicon on the tab. Also, only the ‘>>’ shows up on my technorati page and other networks that ping my site.

    Anyone know how that got there and how I can get rid of it?

    HERE is my URL…

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • looks like something got cut from the header.php file for the title. try this

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

    Thread Starter Jabbok

    (@jabbok)

    Thanks for the help. I figured it out. The author of the theme added the code that creates the >> before the call for the description. I deleted that code and everything is now cool.

    Thread Starter Jabbok

    (@jabbok)

    There’s the “resolved” button!

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

The topic ‘Name is Missing’ is closed to new replies.