Viewing 7 replies - 1 through 7 (of 7 total)
  • esmi

    (@esmi)

    You’ll need to edit your theme’s header.php file. The offending code/characters will be within the <title></title> tags.

    Mraztek

    (@mraztek)

    2 options check on you site tittle on the admin page or edit your header template. u should find something probably like <title><?php wp_title<<code remove the unnecessary symbols

    Thread Starter spencerteeter

    (@spencerteeter)

    i dont see anything in there. it currently has this:

    <title><?php mystique_title(); ?></title>

    should i remove soemthing from in there?

    in my admin for site title it doesnt have the <<, thats why im confused

    esmi

    (@esmi)

    You need to look in your theme’s functions.php file for mystique_title().

    Thread Starter spencerteeter

    (@spencerteeter)

    mystique_title(). is not anywhere in my functions.php

    any other ideas?

    esmi

    (@esmi)

    Then it must be in another file in your theme.

    Mraztek

    (@mraztek)

    u see this on index page only try shorting your site tittle.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘quick help with "site title"??’ is closed to new replies.