I’m a newbie in WordPress and I’ve just created a new custom-taxonomy called categories under a custom post type called arts. Is there a way I can create a custom page to display the ‘categories’s custom type? Such that a user can navigate to arts/categories and see all the terms under the categories taxonomy.
I’m a newbie in WordPress and I’ve just created a new custom-taxonomy called categories
Share
Create a file in your theme folder named taxonomy-categories.php and include your loop inside it…
Sample loop here:
This loop will display all your posts assigned to custom taxonomy named “categories”
For Detailed Information Check this: http://codex.wordpress.org/Template_Hierarchy