The issue was, in fact, the new taxonomy using “year” clashes with the query.
WordPress was accepting year=about-us
in the query chain for instance, as year was a taxonomy, before the expected page=about-us
– preventing it from appearing as a page and using the index.php template as there is no “year” template.
I changed year
to a more custom slug edition-year
in functions.php and flushed the permalinks, which resolved the issue.
Related Posts:
- Create template for taxonomy results limited by Custom Post Type
- Pagination fault in custom post type archive page [duplicate]
- How to use a custom post type archive as front page?
- Taxonomy, Terms, and Template Files
- How to pass URL parameters for advanced taxonomy queries with multiple terms for one custom taxonomy
- clients list using wordpress
- Templates for Custom Post Types and Custom Taxonomies
- Get page by template?
- Custom taxonomy query for a custom post type
- Page is defaulting to archive page and not designated template
- Find callback function for custom taxonomy metabox
- Need some templating advice for templating with custom post types and taxonomies
- Is it possible to have an index page for taxonomy term for each custom post type it is assigned to?
- How to get_queried_object on multiple objects?
- Custom Post Type / Taxonomy Slug / Post Title with post type archive
- Custom Post Type with Nested Taxonomy and Template Files
- Custom Post Type Archive Template
- Hide child term posts on parent term pages
- Posts per Page on custom Taxonomy Template
- Post type archive page not working
- How do I add a custom post type to the Featured Content in twenty fourteen theme?
- Automatically assign a custom post to a custom taxonomy based on custom field value
- Limiting number of custom posts shown on taxonomy page
- List all posts in Custom Post Type but group dynamically by Custom Taxonomies
- Archive page for taxonomy of custom post type
- custom post type archive template per custom taxonomy term
- Should I change these content meta types before building complex archive page?
- Custom post type loops with different page templates
- custom taxonomy – Template not working
- Getting taxonomy terms used by custom post type
- Custom Taxonomy Permalinks Redirection
- Remove standard meta boxes from custom taxonomy
- Custom template won’t load for a custom post type (custom permalinks used)
- Set up Custom-Post-Type Author Archive
- Custom post type templating problem
- Query with no terms uses index.php template instead of archive.php
- Template for custom post with custom taxonomy
- Extending AZIndex plugin to use custom post types and custom taxonomies
- Use Custom Post Type archive page for the taxonomies term archive page
- Display custom post type category, while in a CPT category, then the posts beneath
- Custom taxonomy and custom post type – wrong permalinks and template
- Query taxonomy of taxonomy of custom post type
- How to rewrite url for any specific taxonomy?
- CPT archive admin menu label
- Number of Custom Post Types published are not being shown in the custom page
- WordPress Doesn’t Generate Taxonomy Archive
- Custom taxonomy returns 404
- Template for all categories of a custom post type?
- How to change permalink to include custom post type
- posttype/taxonomy/term archive page 404 error
- Migrating a taxonomy’s tags to the native category
- Add term to custom post type on draft
- WordPress custom taxonomy template not working
- How can I get this request to use the Custom Post Type page template instead?
- Different Category system needed for the Custom Post Type
- Archive for a Taxonomy of a Custom Post type
- Custom Post Archive is not working
- Template files for Custom Post Type and Taxonomy
- What’s the name of the custom post type yearly archive template?
- Main query not querying any posts in custom taxonomy template
- Loop through custom posts by taxonomy and display the titles in a list, it is repeating 8 times
- How can I use archive-{post_type}.php theme template?
- Alphabetically sort a taxonomy.php template by post title
- Which file/template is in charge of taxonomies for custom post types?
- Custom Permalinks For CPT and pages with parent. Advanced WordPress
- Permalink problems with custom post type and custom taxonomy
- sort CPT on Custom Taxonomy Archive page
- How to get_term_meta on single custom post?
- Use the custom post type archive for taxonomies?
- Custom Post type date archive for custom taxonomy
- Show categories of custom post type and not all posts
- Help with Multi Level Category Archive Page
- Custom post type archive page not showing on archive-posttype.php
- Custom post type with two templates
- Post Custom & Taxonomy 404 error
- Getting a 404 on single custom post type page when using rewrite on a custom taxonomy
- Custom Post Type tag taxonomy “Page Not Found”
- Create 2-layered dropdown menus for custom taxonomy and custom post type
- Custom taxonomy in custom post type archive with pagination
- template structure for CPT not clear
- WordPress Custom taxonomy template
- How to display custom post types AND regular posts separately on a shared taxonomy archive?
- Querying multiple taxonomies in URL leads to wrong taxonomy archive
- Why is this custom post type defaulting to archive.php?
- title tag for custom post type remove taxonomy name from title tag
- Taxonomy Query of Custom Post Displays Archive Instead of Posts
- Custom taxonomy archive page not routing?
- Listing all custom post types using a specific term on the said term’s template page, in groups
- Custom Loop for custom post type. Compare by meta_value?
- Invalid Taxonomy in template
- Most appropriate way to display CPT’s by children terms of custom taxonomies while retaining desired permalink structure?
- How to have a dynamic slug and rendering the archive-{post_type}.php?
- Only One Post of Custom Post Type Appearing on Template Page
- How do loop categories post from according in WordPress? is it impossible to solve this problem?
- How to use wp_set_object_terms depending on page ID?
- Is it possible to use a post name in a custom post slug?
- How to work with URLs where sometimes a post or a subcategory is in the same part of the URL structure
- How to get the proper category in permalink with custom post type assigned to multiple categories
- Auto Generate Post Title from 2 ACF Taxonomies [closed]
- Rewrite taxonomy permalink appended to CPT archive url