how to get rid of ">>" that shows up in my browser window

Discussion in 'PHP' started by driven, Sep 6, 2007.

  1. #1
    this is my site

    at the top of the browser window, I have ">>Rockville Doggie. Your dog walker for...."

    How can I get rid of that ">>" that shows up?


    Because in my header.php template of my Wordpress theme, I have;

    <title><?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
    PHP:
    I'm thinking it's somewhere in the title tag that I should look in. I messed around with it but can't figure it out. Thoughts?
     
    driven, Sep 6, 2007 IP
  2. jsamdirect

    jsamdirect Peon

    Messages:
    61
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Removing &raquo; should do it. This is probably in the control panel for the site or where ever you defined the title "Rockville Doggie".
     
    jsamdirect, Sep 6, 2007 IP
  3. driven

    driven Well-Known Member

    Messages:
    400
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #3
    Raquo isn't the problem because that is just to add a space b/w characters. Besides, I don't have raquo on another blog that is causing the same issue.
     
    driven, Sep 6, 2007 IP
  4. xemiterx

    xemiterx Peon

    Messages:
    62
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    xemiterx, Sep 6, 2007 IP
  5. driven

    driven Well-Known Member

    Messages:
    400
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    138
    #5
    Removing the &raquo has no effect on it because here is the new code for the title tag;

     
    driven, Sep 7, 2007 IP
  6. xemiterx

    xemiterx Peon

    Messages:
    62
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    The &raquo; is there, in your title tag, you can see if if you view source.

    <title>  &raquo; Rockville Doggie- Your Dog Walker for Bethesda, Rockville, and Wheaton, Maryland.</title>
    HTML:
    Wordpress has a page about wp_title() and mentions this:
     
    xemiterx, Sep 7, 2007 IP