You shouldn’t have to create a separate template file for each taxonomy.
You can use the wp_list_categories
function to create a list in your sidebar, the Codex article has a code example, but something like this should work:
<ul>
<?php wp_list_categories('taxonomy=workcategories'); ?>
</ul>
Related Posts:
- How to change permalink structure for custom post type and it’s taxonomies?
- Get the first post term
- Creating “static” taxonomies to choose from, inside custom post type?
- How can I list all the categories under a Custom Post Type (taxonomy)?
- How to list all categories and tags in a page?
- How to sort list of custom posts to get view like a tree of posts under categories and their children’s categories?
- How can you make permalink work for custom post type and taxonomy?
- How to get a list of term names of the custom post type im currently on in single.php
- List all custom post type posts from a given category?
- Custom post type taxonomy template
- get_categories for custom post type and filter by custom taxonomy (brand) and list child categories of a defined category
- Category page only displaying the posts from a custom type
- Show Post Count of a Category
- Custom Post Types and Categories?
- How to create new category for custom post type?
- Get Post Primary Category
- Pagination is not working on single-{slug}.php but works fine on page-{slug}.php
- How to get the post type from a category id?
- How to show CPTs in term archive
- Display all posts in main category and 1 subcategory
- Show category ID on custom post type
- Categories of custom taxonomy don’t show any posts
- How to display custom taxonomies with links in filter menu?
- Limit amount of posts made within a custom taxonomy
- Conditional statement for if archive page has posts which contain certain taxonomies/categories/tags, show those terms
- Custom Post Type Category Link
- Custom Post type category pages template and loop
- Categories and tags for custom post types
- get_category_link() for custom post type does not include custom slug rewrite?
- Targeting categories in custom fields
- Invalid Taxonomy
- Need help deciding on a taxonomy
- Get Posts by Category, Tag , and CPT Taxonomy
- Get assigned post categories
- Default Category Page not showing custom post type which has taxonomy category
- Categories won’t appear on custom post type
- Custom Post Type with modified permalink structure results in 404
- Custom post type, taxonomy and admin bar
- Custom post type archive page filters
- How to show related posts of category on post within custom posttype
- get taxonomies from terms
- Create custom post type categories
- Set a Default CPT taxonomy by taxonomy id
- how to create custom taxonomy drop downs for parents and child
- How to manage a dynamic multi-level page hierearchy system?
- Categories manage
- I can not call the categories of custom post type
- Reuse the “category” slug for a custom post type
- How to create groups like that in buddypress?
- Update Cateogory Taxonomy Count for Attachment Post Type
- Best way to structure article and issue relationship for CPT
- Custom Post Type used for FAQs Accordion
- category_name not working in WP_Query
- How can I set up the URL for a category archive for a custom post type?
- Custom Post Type order Title ASC
- show only one category posts in admin
- Is it possible for post and custom post type to share a category base slug?
- How to display regular posts & custom post types that fall under a category using just the generic category template?
- Custom taxonomy not showing up when adding a new custom post type
- How to filter custom post types by custom category taxonomy
- Create an archive page for custom taxonomies
- remove support for ‘Categories’ for a custom post type
- Remove date and category filters when editing custom post types
- Automatic category for a Custom Post Type
- How to display the categories of the post? (custom post type)
- CPT posts listed by category with custom rewrite URL, please help!
- Relationship between two taxonomies and a custom post type [closed]
- Custom Post type is being ignored in query
- Insert HTML inside link in a walker
- Hide specific parent categories from post edit
- Metadata for a taxonomy – is there any WordPress way of doing this?
- Set menu active state for custom posttype and category, given custom taxonomy term
- Getting posts under the custom post type ui category
- Separate custom categories from default category
- Hide parent categories when clicked, and show it’s childs
- Several post types on WP Query by tag and taxonomy
- How do I display the grand child items of a taxonomy term?
- Multiple (two) category postings on the same page.
- School & class blogs: Categorize with categories or custom posts?
- How to get custom posts sub category link
- Unable to link categories to custom post type using standard function
- Custom post type – list posts based on meta_key and display them divided by CPT taxonomy category
- category list with cutom post count
- Display 1 Post per taxonomy with polylang
- Post category behave like a Post in back office menu
- Save data is post using php front end
- How to output custom post type title on custom page with category next to it?
- Automatic Set Category For A Custom Post Type
- Organising custom taxonomies and custom post types
- Filter Term By Parent Term – Custom Post Type
- can’t see categories in appearance-menu-categories
- Custom Post Type + Category archive
- Show custom post type in archive page by category
- Trying to create hierarchy between 3-4 custom post types
- Displaying wp post categories into my custom metabox
- WordPress custom post type post and category links 404
- One set of categories for multiple custom posts
- Choose custom post type template by category
- Are custom posts included when getting a categories’ posts?
- Taxonomy Archive URL + Template