Hey guys, I have a little problem.
The category link of my custom post’s category lead to the category.php page layout.
I want them to be different than the normal “blog” category layout, I want them to have the same layout as the custom post template so I need to created some kind of taxonomy-(taxonomy).php or taxonomy(taxonomy).php template but nothing is working for me.
I am kind of confused in all of this.
Here’s my custom post/taxonomy : http://snippi.com/s/41lrzhs
Thanks!
Have you tried these naming conventions? Name your page template taxonomy-classes_item_types.php
archive-$posttype.php
taxonomy-$taxonomy-$term
Have a look at this: http://codex.wordpress.org/images/1/18/Template_Hierarchy.png
- Author was Featured
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 6-7 years
- Interviewed on the Envato Notes blog
- Item was Featured
- Microlancer Beta Tester
- Referred between 200 and 499 users
taxonomy-{taxonomy}.phpitsmattadams said
Have you tried these naming conventions? Name your page template taxonomy-classes_item_types.phparchive-$posttype.phptaxonomy-$taxonomy-$termHave a look at this: http://codex.wordpress.org/images/1/18/Template_Hierarchy.png
Ahh! taxonomy-classes_item_types -> That worked
I think I’ve tried everything but this one.
Thanks so much!
