WordPress All in one SEO Pack doesn’t show the title and metatags
In case you don’t see all in SEO pack working then try followings
Change to default theme and see if it works? If it works then it means <?php wp_head(); ?> is missing from your theme.
Add this line
<?php wp_head(); ?>
just before the </head> tag

10 Jan 2011 в 10:10 pm
how about if only the title is not properly generated? i have the “rewrite titles” checked.. meta keyword and description is properly generated
[Reply]
Ajay Reply:
January 11th, 2011 at 12:26 am
You need to add < ?php wp_head(); ?> in your header.php file just before tag
[Reply]
Japa Alekhin Reply:
January 11th, 2011 at 12:28 am
i have that… everything *SHOULD* be working fine
please check this link i’m reading right now.. to get an idea of what i mean
[Reply]
Ajay Reply:
January 11th, 2011 at 12:32 am
You have some other problems.
Could you provide screenshot of your All in SEO Plugin dashboard? It seems your all in SEO plugin is not working properly.
Also on this post – japaalekhin.llemos.com/modern-aikido-going-back. Could you fill uop All in SEO fields? Title, Description and Keywords?
[Reply]
Japa Alekhin Reply:
January 11th, 2011 at 12:36 am
hi i don’t mean in my blog.. but in another site i’m working on…
meta keywords and content is there… (means i have wp_head() which i always put cuz it’s a standard)
i also have
but when i view the page it renders in the home page
[Reply]
Ajay Reply:
January 11th, 2011 at 12:41 am
Not sure. Can’t say what is wrong.
Try upgrading, All in SEO plugin.
Until n unless you show me the dashboard I can’t find out what is wrong.
If you view the source of any post and check for various fields then you will come to know what is not being displayed.
[Reply]
Japa Alekhin Reply:
January 11th, 2011 at 12:44 am
yeah i know, i checked the source… everything expected is there. except that the title is not being rewritten..
thanks anyway
[Reply]