guguwpblog
Member
Posted 1 year ago #
I have checked the rewrite option in platinum seo settings and also written title under page editor where platinum seo options are, but my pages titles are not getting rewritten and main title remains on all the pages and posts.
in setting page i have not chnaged any macros given and have rewrite option checked
my website is http://www.medxmarketing.com
any advice would be helpful
thanks for reading
What theme are you using? Some themes don't "do the right thing" in the way they include the header section of the page. Platinum SEO does its thing by adding actions to WordPress that get executed when wp_header() is called. Some themes don't call wp_header() but just do something like an include( "header.php" ); in that case, the Platinum functions never get called and the title won't be rewritten and no meta tags will be generated.
Take a look at the index.php file in your theme directory and see if wp_header() is called. If not, that's probably your problem.
AnnieMarie317
Member
Posted 9 months ago #
I am having the same issue - jkwiggs, I think you nailed it... my question is: can I change the code to call the header a different way, and if so - how exactly would I rewrite it?
this is what I'm seeing:
include(TEMPLATEPATH . '/includes/page-header.php');
I'm assuming that is where I would make the change.
IF NOT:
Is there another SEO plugin that would work with a theme that calls a header like this?
thanks so much for any feedback-