Forums

Don't want Site Title to show - only custom title with SEO plugin (4 posts)

  1. Sculley
    Member
    Posted 11 months ago #

    How do I get the "site title" to not display in the title? I have added the All in One SEO plugin and am adding my meta tags that way. What's happening is the custom title is showing with the "site title" tacked on. In the header.php, I have:

    <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>

    In the header.php, is there a condition I should change this to so the "site title" won't show on Pages?

  2. Sculley
    Member
    Posted 11 months ago #

    I tried to hide the site title in the CSS but that didn't work.

  3. alchymyth
    The Sweeper
    Posted 11 months ago #

    see what happens if you remove this from header.php:
    <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
    it might be redundant when using the seo plugin;
    the seo plugin should take over and have its meta titles shown.

  4. Sculley
    Member
    Posted 11 months ago #

    I did that and all browsers except Chrome show just the URL in the title.

Reply

You must log in to post.

About this Topic

Tags