Hello, I recently created a custom post type and taxonomy. I am using “WP-Types” plugin.
From this tutorial: http://wp-types.com/documentation/user-guides/creating-wordpress-custom-taxonomy-archives/ I should be able to just duplicate the archive.php page and rename it according to my custom type so that I can modify the template.
I have done this, both on the parent theme and the child theme but it does not seem to be working.
it seems like something on the theme is forcing the use of archive.php.
How can I get around this?
Thanks.
I’m also not able to get this to work. I can create CPTs and taxonomies but I can’t seem to influence the archive template in any way. I’m just looking to create an archive list of linked titles, with a dedicated sidebar for the archive, e.g.
Hey!
Thank you for using Enfold.
Can you please give us a link to a category page with the template? How did you name the template file? Please refer to this link on how to properly name a category archive template: http://codex.wordpress.org/Category_Templates
Best regards,
Ismael
Ok I was able to figure this out. My problem was that I was using the slug for the custom post type and NOT the slug for the custom taxonomy.
Thanks.