bokeh 0 Report post Posted October 13, 2011 Hi, I'm setting up Headspace2 with my platform pro site. They advise that I must make a correction to the title code within the Header sequence. One problem ??“ I can't find the title bit of code. Do I really need to do this to make Headspace2 work with PlatformPro ? www.businessfootprint.net Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted October 13, 2011 Hi Bokeh, I've never actually needed to use Headspace2 with Platform due to Wordpress SEO by Yoast being the best SEO plugin there is, I highly recommend you check it out. But to answer your question if I am correct I think you simply go to: Wordpress Admin Dashboard --> Appearance --> Editor From there, in the top right hand corner there should be a drop down where you can select your installed themes, from the drop down select PlatformPro and click on "Select", now there should appear a number of templates, one of them is called Header.php, simply make your changes to that, I think that is the template you need to change. Please search our forums, before posting! Share this post Link to post Share on other sites
bokeh 0 Report post Posted October 13, 2011 Hi Danny, thanks for the detailed reply. Yes, that is what I've done, but I cannot find the "title" portion that they mention in Headspace. Supposedly I must alter the code that lies within the two "title" tags. They give me the code to input in it's place. Just can't find it! I thought Headspace2 was very good. so I've been told, anyway. Why is Yoast better? Is it better for Platform Pro in particular? Forgot to mention that when I use Safari and 'view source', I see the title portion of code that I'm looking for, just can't find it within the header php editor section, in order for me to change it. best Paul Share this post Link to post Share on other sites
Rob 547 Report post Posted October 13, 2011 Paul, I've bumped this to a developer to advise how to edit the proper files. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
Simon 248 Report post Posted October 13, 2011 The theme uses its own basic title rewrites. It will detect all in one seo and yoasts wp-seo and fallback to default wordpress titles that these plugins can override. Best advice, if you want to use another plugin is to make it think you have one of these installed: in platformbase/functions.php add: [code] if ( !function_exists( 'aiosp_meta' ) ) { function aiosp_meta() {} } [/code] Share this post Link to post Share on other sites