[Plugin: WordPress SEO by Yoast] Title ,custom post type and Page // PROBLEM
-
Hello !
I looked at many forums, site without finding a solution.
For my theme I use for my home page and portfolio page of type “custom post type” that I used to skin This two page!
I created two main pages in wordpress and have associated templates for these pages (“custom post type”)On the other hand, I use wp_title (”) in my header.php and I do not make rewriting.
(I also tested with the rewriting but this has not solved my problem)For the classic pages, which are not associated with “custom post type”, no problem my titles, description and keywords works perfectly.
But these two pages, can not display title description and keywords.
For the title I have to do like this:
<title> <? php if (is_home ()) {echo bloginfo (“name”) echo “|” echo bloginfo (“description”)} else {echo wp_title (‘-‘, true, ‘right’) ;}> </ title> but it’s not very cool … but only for display the title …..and title displayed identical in my two page …. and i don’t want this…)My question is how to display title, description and keywords on these two pages using the plugin!
I am Developers, so the code doesn’t scare me, but I confess I block ..I installed wordpress 3.3 and wordpress 1.1.1 SEO
PS: Sorry for my English, I’m French .. ??
- The topic ‘[Plugin: WordPress SEO by Yoast] Title ,custom post type and Page // PROBLEM’ is closed to new replies.