Taxonomy archive index pages for custom taxonomies are not rendered using archive-{taxonomy}.php
, but rather, using taxonomy-{taxonomy}-{term}.php
, which falls back to taxonomy-{taxonomy}.php
, which falls back to taxonomy.php
. Refer to the Template Hierarchy.
WordPress interprets archive-{foobar}.php
as archive-{post-type}.php
, and would use that template to render the archive index for the foobar
post-type. So, your artist
taxonomy archive index page will never be rendered using archive-artist.php
.
Try renaming the template file to taxonomy-artist.php
.
Related Posts:
- Custom Taxonomy index/archive hierarchy
- 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?
- Include and Exclude Taxonomies From Archives & Feeds Using ‘pre_get_posts’
- Check if current term is a child of another term
- How to hide custom taxonomy archives same way as hiding custom post types?
- Archive template for taxonomy terms
- How to pass posts_per_page and paged params query vars to custom taxonomy archive urls?
- Page queried instead of a custom taxonomy
- Landing in 404 Page on Navigating to Custom Taxonomy Archive
- Using a different template per Custom Taxonomies for single term archive pages
- get_terms in a taxonomy template
- Creating an Archive using a Custom Taxonomy
- Custom Taxonomy Archive BUG
- Display direct children of the current custom taxonomy in taxonomy.php template
- Date archive permalinks for custom taxonomy
- Taxonomy archive showing no results
- Dynamic loading of Archive content based on custom taxonomy term name
- List taxonomies according to whether this post is in another taxonomy in taxonomy archive
- orderby meta_value breaks taxonomy term archives
- How to have two different versions of a tag/category/taxonomy archive page?
- Automatically Give All Custom Post Types a Pre-Set Category [duplicate]
- How to add Post Format Taxonomy Archive page in the menu?
- How does WordPress Parent-Child Taxonomy actually Works?
- Custom taxonomy archive shows 404 error
- Filter custom taxonomy archive posts by 2nd custom taxonomy using select dropdown
- Custom Taxonomy Term Archive Page Template that Filters 2 or more Taxonomies
- How to use multiple archive templates for a taxonomy?
- how does the wordpress rest API work
- How to customize taxonomy archive template files for subterms?
- How to create a custom template for custom taxonomy wp-tag-cloud?
- Taxonomy archive template that shows posts from more than one taxonomy
- Custom Taxonomy List with Children
- why the archive of custom taxonomy term shows nothing?
- Need equivalent of single_term_slug
- Can I output a custom taxonomy as a submenu in the site navigation menu?
- Add terms to a taxonomy archive from within the same taxonomy
- Custom Taxonomies Archive Page 404
- Template taxonomy-{taxonomy}.php doesn’t show my posts
- How to create archive pages for metadata query generated posts (so without taxonomy)?
- How to pass posts_per_page and paged params query vars to custom taxonomy archive urls?
- Hierarchical taxonomies in permalink cause 404 for sub term archive
- How to get a terms and posts associated with another term?
- Change the Page Title of the Archive Page for Portfolio Tags
- What’s the url queryvar for a taxnomy archive?
- Multi level archive
- Custom Taxonomy Archives Page Errors
- index.php Not Showing Custom Posts / Terms
- Custom Taxonomy Archive Page for Parents AND Children?
- Creating a Taxonomy Page [duplicate]
- How to display custom post types AND regular posts separately on a shared taxonomy archive?
- Exclude 2 in 3 terms of A Taxonomy from all Archives
- Insert code on specific taxonomy archives
- Permalinks not working on MU network with domain mapping
- Using post type archive page for taxonomy archive
- Custom Taxonomy Archive URL rewrite
- Can you orderby slug in a taxonomy archive page using WP_Query?
- More than one Hierarchical Taxonomy and SEO
- Getting Catategory / Taxonomy Description on Non-archive Pages
- Taxonomies starting with a hyphen (minus) to assign B.C. dates to a post
- Custom taxonomy archive empty
- Add custom display condition to Elementor Theme Builder for custom taxonomy children, grandchildren, and great-grandchildren
- Why my archive title isn’t showing?
- Creating a custom archive page for WooCommerce products based on tags
- get_term_children for immediate children only (not grandchildren)
- Custom taxonomies capabilities
- Can’t get a custom template taxonomy page to display
- Can I turn off write-in tags/taxonomies?
- Using tax_query creates a 1 = 0 or 1 = 1 in $wp_query->request
- Displaying the Name of the Queried Taxonomy Term on a Term Archive Page?
- How can I set a default listing order on the admin page for a custom taxonomy? (without plugins)
- Help building array hierarchically with taxonomies (to get posts)
- Removing the base “Author” or changing it to something else. is it possible?
- Get custom taxonomy description with paragraph tags
- Get pages only with a specific taxonomy
- How To Create A Custom Taxonomy 404 Page
- Share taxonomy between user and posts?
- $wpdb query a post type within a specific taxonomy term while ordering posts by custom meta value?
- How to obtain the link/URL to the feed of a custom taxonomy?
- get_term_children doesn’t return an array of children terms
- Term count by user
- add taxonomy as one of menu items
- Manipulate WP Query using a custom post type and multiple tax_query taxonomies
- Filtering posts by an already registered taxonomy
- Term and sub term from custom post type query [closed]
- Rewrite rules for varying nested terms of custom taxonomy
- Copying taxonomy term to custom field
- Get posts in certain Taxonomy terms for the current page url
- Get terms that don’t belong to current post with a shortcode
- How best to store data (URLs and IDs) extracted from posts and pages using custom taxonomies
- Need to display custom taxonomy on single page – not working
- Only display latest custom taxonomy post
- Show recent posts from a custom taxonomy in wordpress
- How do I show the parent term on a custom taxonomy template (not the ID)?
- How to show selected check box vendors on front end home page?
- custom taxonomy don’t return a value
- WordPress Archives Cause Looping
- Get post terms with hierarchical relationships
- Rewrite URL for a specific taxonomy [duplicate]