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?
Sculley
Member
Posted 11 months ago #
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.
Sculley
Member
Posted 11 months ago #
I did that and all browsers except Chrome show just the URL in the title.