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.

Stupid question of the day

Discussion in 'WordPress' started by Fishing Forum, May 1, 2005.

  1. #1
    Sorry about this but for the life of me cannot see where to make this change

    On wordpress 1.5 how do I get / edit the" >> " in the title tags

    Thank you for your time just having a very dim day today :eek:
     
    Fishing Forum, May 1, 2005 IP
  2. tflight

    tflight Peon

    Messages:
    617
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In /wp-includes/template-functions-general.php around line 130:
    function wp_title($sep = '»', $display = true) {
    Code (markup):
    If you want the separator to be a - character then you could change the line to something like:
    function wp_title($sep = '-', $display = true) {
    Code (markup):
    Tim Flight
     
    tflight, May 1, 2005 IP
  3. Fishing Forum

    Fishing Forum Active Member

    Messages:
    537
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Your a star :D

    Thank you
     
    Fishing Forum, May 1, 2005 IP