• Resolved chaplaindoug

    (@chaplaindoug)


    I notice that when I browse to one of my pages the tabe has the page name followed by a << and the name of the web site. When I go into general settings and make the web site name blank, then the tab still has the << after the page name. How can I get rid of the <<? Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • It’s likely to be hard coded into your theme. The title tags in header.php of your current theme is usually a good first place to look. It may look like this; << or it may say something like this; &laquo;

    Thread Starter chaplaindoug

    (@chaplaindoug)

    By Gumby I found the following in the header.php file (found at wp-content\themes\purevision\header.php):

    <?php wp_title(‘$laquo;’, true, ‘right’); ?>

    and changed it to:

    <?php wp_title(”, true, ‘right’); ?>

    and the little << went away in the browser tab, leaving just the page name displayed there. Thank you for the tip!

    You’re welcome. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Get Rid of the’ is closed to new replies.