• 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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Sculley

    (@sculley)

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

    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.

    Thread Starter Sculley

    (@sculley)

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Don't want Site Title to show – only custom title with SEO plugin’ is closed to new replies.