Hello,
I'm using WP 3.1 RC2 and Thematic 0.9.7.8 revision 759 (latest). I'm working in spanish.
I've created a CPT and used 'has_archive' => 'products' to generate the archive (new WP 3.1 feature).
To show this "products" archive in the menu I had to create a custom link (there's no other way, or I'm missing something). So far so good, but when I click the "Products" button on the menu and the Custom Post Type Archive is displayed, the link on the menu shows that the "current_page_parent" is my "Blog" page (the page that holds the regular entries). Same happens when displaying a single product.
I'm pointing out this fact to clarify mi doubts on this matter. Maybe I need to read some more...any help is appreciated.
The Custom Post Type Archive for "Products" has this body classes (just as a regular archive):
<body class="wordpress blogid-1 y2011 m01 d03 h16 archive not-singular loggedin windows chrome ch8-0">
It should have the custom post type slug somewhere:
<body class="wordpress blogid-1 y2011 m01 d03 h16 archive not-singular products loggedin windows chrome ch8-0">
Custom Taxonomies work as expected:
<body class="wordpress blogid-1 y2011 m01 d03 h17 archive not-singular taxonomy tax-brand brand-adidas loggedin windows chrome ch8-0">
Well, please excuse my bad english and my bad questions...any help is welcome.