Create a new template named e.g. taxonomy-course_topic.php
In my example course_topic
is the name of the custom taxonomy you registered. First parameter of register_taxonomy()
function.
See:
Related Posts:
- Archive template for taxonomy terms
- Landing in 404 Page on Navigating to Custom Taxonomy Archive
- get_terms in a taxonomy template
- Custom Taxonomy Archive BUG
- Why is the custom taxonomy archive page redirecting me to a single post? [closed]
- Custom Taxonomy index/archive hierarchy
- How to customize taxonomy archive template files for subterms?
- Need equivalent of single_term_slug
- Template taxonomy-{taxonomy}.php doesn’t show my posts
- How to create a completely functioning separate archive for posts from only 1 or 2 specific categories
- Custom taxonomy return 404
- Redirect or Prevent Viewing of Custom Taxonomy’s Archives?
- Using post type archive page for taxonomy archive
- How to randomise a custom taxonomy tag cloud
- Add custom display condition to Elementor Theme Builder for custom taxonomy children, grandchildren, and great-grandchildren
- How to use taxonomies on attachments with the new Media Library?
- Hierarchical taxonomy UI
- Filtering custom taxonomies
- Allowing specific users to only add posts using certain custom taxomy terms
- Edit tags page for hierarchical taxonomy doesn’t show taxonomies at all depths
- I want to load post content by categories using Ajax
- Get only the first term by taxonomy
- Hook to process a new taxonomy tag before it is created?
- Removing taxonomy base using WP rewrite
- Multiple users – only allow them to manage their own terms for custom taxonomy when logged in
- Is it possible to get a Previous/Next Taxonomy term archive URL?
- WP_insert_term how to insert multiple values as taxonomny term?
- How to include parent terms in hierarchical taxonomy URLs?
- How do I display a tag cloud with both post tags AND a custom taxonomy?
- Custom taxonomy term as class?
- How to edit/remove a term that’s in multiple taxonomies?
- Fix : Custom Taxonomy Duplicating in each call
- Text and image in taxonomy page
- Custom taxonomies
- Improving WP_Query performance for multiple taxonomies
- Create Child Taxonomies
- How to add custom field to custom taxonomy in 4.4
- How to create custom taxonomy URLs without taxonomy name?
- Operations with custom fields values in a loop
- How to insert an array of terms using wp_insert_term?
- Create Advanced search with taxonomies (not filter list)
- Show nav link highlighted
- How to get custom post type taxonomy
- display taxonomy slug from term ID
- remove sanitize_title() for register_taxonomy()
- Redirect all child taxonomy to its parent
- How to add taxonomy to user?
- Can I use a Custom Meta Value inside of ‘get_the_terms’?
- has_term if/echo else/echo function
- Taxonomy Order by Name
- add hirarchy of categories in products grid of visual composer
- taxonomy tax-name archive
- Hiding taxonomies with no children WP_Query & tax_query
- Custom taxonomy for Media Library
- How do I return all terms from multiple taxonomies?
- Order get_terms() by hierarchy
- Returning One custom taxonomy term name
- Proper way to update the slug of a taxonomy using register_taxonomy? [duplicate]
- Restrict editing of posts with specific taxonomy to users with a matching meta value?
- How to support fifteen thousand terms in WordPress?
- Corrupted nav-menu?
- Hide taxonomy when term is empty
- The best way to display taxonomies
- Dynamically set taxonomy term and show admin notice on post save
- Remove taxonomy widget from “PAGE” post
- WP 4.8 : new taxonomy syntax for get_term_by and get_term_link ?
- Custom rewrite permalink doesn’t work
- Can you hide empty terms using get_term_children?
- How do I hide certain taxonomy boxes from users in admin add post page?
- Add file attachments/meta to a custom Taxonomy
- Displaying user selected custom tags/taxonomies on the front-end
- how to use tax_query to apply both terms or one if one is empty
- Get current page term title to use in WP_Query
- Running a function only once when a taxonomy term is changed
- making an index from custom taxonomies and tags of posts (not hierarchical taxonomy)
- Displaying my custom taxonomies in a using the_term_list()
- Using Custom Taxonomies to organise products – struggling to call a correct list
- Use wp_list_categories to list parent categories from actual term
- is there a way of getting term children that only shows those from two taxonomies
- Wp_insert_term doesn’t work from separate file with custom taxonomy
- How to create filter’s for custom taxonomy page
- How to create a non removable taxonomy term?
- How to show category list in WordPress
- Query by multiple custom taxonomies
- get the custom taxonomy name?
- transfer two existing taxonomy terms into one custom metabox
- How to add all existing Custom Taxonomy to Admin Menu Creations Interface?
- Catchable fatal error: Object of class WP_Error
- Templates files for custom post type with custom tags
- Permalink structure not working with Custom Taxonomy (URL like ./taxonomy/category/postname)
- Creating a Taxonomy Page [duplicate]
- Pagination with custom query (not using posts)
- What’s the proper WordPress URL for the template of my custom taxonomy?
- WordPress show posts from children terms of a taxonomy term
- How to create a page that lists custom taxonomies with links?
- query posts returns 10 records
- How to add/enqueue Custom CSS for a custom taxonomy page?
- Add Gutenberg editor to edit taxonomy (category) page
- post_type_link not working for posts without terms
- Why my archive title isn’t showing?