You’ll need to edit your theme’s header.php file. The offending code/characters will be within the <title></title> tags.
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
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
You need to look in your theme’s functions.php file for mystique_title().
mystique_title(). is not anywhere in my functions.php
any other ideas?
Then it must be in another file in your theme.
u see this on index page only try shorting your site tittle.