• My Title Bar when displaying my site, blog.tripyr.com is displaying this: Tripyr Technology Blog I was calledarray(2) { [0]=> string(0) “” [1]=> string(7) “?” }:

    Theres all that extra code!!! I tried to remove it from the title insert, but it wasn’t there, it just shows up on the bar and in the source code.

    So…. What do I do?????

    Thanks,

    Scott at Tripyr

Viewing 10 replies - 1 through 10 (of 10 total)
  • Pop open your theme’s header.php and look for the <title> and </title> tags.

    What’s in between them?

    Thread Starter tripyr

    (@tripyr)

    <head>
    <title>Tripyr Technology Blog I was calledarray(2) {
    [0]=>
    string(0) “”
    [1]=>
    string(7) “»”
    }
    </title> is what I found is the Source Code.

    So how do I fix it?

    Thanks,
    Scott

    Delete everything after Tripyr Technology Blog, and before </title>.

    Thread Starter tripyr

    (@tripyr)

    How do I get to header.php??

    Scott

    Um. Using your ftp client, download the file like normal, make the edits, then upload.

    Thread Starter tripyr

    (@tripyr)

    Ya, I can’t do that. I don’t download my website. I just use the web interface. Any other way to fix it?

    Scott

    So you want to do it the hard way, I guess? Okay. Change the permissions on the header.php file using your host control panel – needs to be 777. Then access the file using wordpress’s admin section/presentation/files option, open the header.php file, make the change, save the file. Then access the host control panel and reset the permissions on the header.php file to 644.

    So uh.. when I asked for what was in the title element in header.php earlier… where’d your answer come from if you haven’t found your theme’s header.php file yet?

    I’ve always wanted to know how to get rid of that darn arrow!

    @andre – similar to the advice above, find your theme’s <title> element. See that &raquo; in there? That’s the darn arrow! Replace it with something else if so inclined.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘The Title Bar has a bunch of extra code’ is closed to new replies.