Jump to content
Sign in to follow this  
jasonp

Title Bar -- Page name but not site name showing up!

Recommended Posts

jasonp

Hi there. This is very odd, I'm using WHP on two sites and in one it's working perfectly in the title, in the other I only see the Page name. The format I want is: Page Name | Website Name Any idea what could be causing this? I searched general forums and saw someone else fix this by adding code in the header.php under appearances in wordpress, but this didn't work for me. I suspect perhaps it's a WHP issue now, here is the code I tried: <title><?php wp_title(' '); ?><?php if(wp_title(' ', false)) { echo ' -'; } ?> <?php bloginfo('name'); ?></title>

Share this post


Link to post
Share on other sites
jnoh

Do you have All in One SEO installed and activated on both sites?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×