• I have a pipe symbol at the beginning of my html title tag that I cannot figure out how to get rid of. I have disabled All in one SEO as well as changed themes and it is still present. I also checked title and /title to see if anything was present. Can anyone help me with this I am lost.

    Looks like this in the serps –> |Blue Widgets Guide

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter claymerica

    (@claymerica)

    Bump anyone?

    Thread Starter claymerica

    (@claymerica)

    bump

    jewessel

    (@jewessel)

    I’m getting the same thing. Has this issue been sorted out?

    its hard to give any info without seeing a website. url please?

    jewessel

    (@jewessel)

    Actually – I just found it in my header file. The code looked like this:

    <title><?php wp_title(”); if (function_exists(‘is_tag’) and is_tag()) { ?><?php } if (is_archive()) { ?><?php } elseif (is_search()) { ?><?php echo $s; } if ( !(is_404()) and (is_search()) or (is_single()) or (is_page()) or (function_exists(‘is_tag’) and is_tag()) or (is_archive()) ) { ?><?php _e(‘ | ‘); ?><?php } ?><?php bloginfo(‘name’); ?></title>

    I took the pipe out of here <?php _e(‘ | ‘); ?> and that fixed it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Strange Pipe Symbol Before My Html Title Tage’ is closed to new replies.