jasonp 0 Report post Posted January 14, 2010 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 0 Report post Posted January 14, 2010 Do you have All in One SEO installed and activated on both sites? Share this post Link to post Share on other sites
jasonp 0 Report post Posted January 14, 2010 brilliant. thank you. Share this post Link to post Share on other sites