1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Probably a simple solution..

Discussion in 'WordPress' started by DarrenC, May 29, 2005.

  1. #1
    On my blog posts I am getting a >> symbol on all of my post titles on the title tag. http://www.travel-rants.com/?p=58

    Any ideas why this is?

    I've looked high and low and couldnt find anything.
     
    DarrenC, May 29, 2005 IP
  2. NewComputer

    NewComputer Well-Known Member

    Messages:
    2,021
    Likes Received:
    68
    Best Answers:
    0
    Trophy Points:
    188
    #2
    I don't see them...
     
    NewComputer, May 29, 2005 IP
  3. dazzlindonna

    dazzlindonna Peon

    Messages:
    553
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #3
    View Source - <title> &raquo; UK&#8217;s biggest travel agent moves into holiday homes :: Travel Forum, News & Travel articles</title>

    That &raquo; is what is doing it.
     
    dazzlindonna, May 29, 2005 IP
    ViciousSummer likes this.
  4. DarrenC

    DarrenC Peon

    Messages:
    3,386
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hmm nice find Donna, not sure where the &raquo is coming from though because it's not in the title tag! .. Weird. Least I know what Im looking for now though .. thanks!
     
    DarrenC, May 30, 2005 IP
  5. ResaleBroker

    ResaleBroker Active Member

    Messages:
    1,665
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    90
    #5
    That is the default separator for the template tag: "wp_title".

    In your header.php file:
    Find:
    <?php wp_title(); ?>
    PHP:
    Replace with:
     <?php wp_title('', display); ?> 
    PHP:
    If you're interested... here's the code I use to SEO WordPress Titles.
     
    ResaleBroker, May 30, 2005 IP
    DarrenC and dct like this.
  6. DarrenC

    DarrenC Peon

    Messages:
    3,386
    Likes Received:
    154
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Jeffrey, your a star... thanks alot for that!
     
    DarrenC, May 31, 2005 IP
  7. ResaleBroker

    ResaleBroker Active Member

    Messages:
    1,665
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    90
    #7
    Happy to be of help. :)
     
    ResaleBroker, May 31, 2005 IP