Yes, it’s possible. Use custom query variables, declare rewrite rules to organize permalinks.
For example, one can rewrite this URI:
/movies/bruce-willis/2011
to this one:
/index.php?post-type=movies&actor_tax=bruce-willis&requested_year=2011
(using WP_Rewrite)
You need to “declare” your own “query variables” and use them in your own archive template.
Related Posts:
- Filtering a custom post type by custom taxonomy in archive template
- custom taxonomy archive by year
- Custom Taxonomy – Tags Metabox is showing instead of Categories
- Custom Post Type Archive Page Filtering
- Why does my taxonomy have a category style div id?
- The Difference Between Categories and Tags and Taxonomies and Terms
- How to set “section categories”?
- Custom category taxonomy – archive page not showing up
- Custom Post Type tag taxonomy “Page Not Found”
- Organizing The Custom Post Type with Taxonomies / Parent Posts
- Archive.php is not displaying tags
- List all the tags from a custom post type
- Permalink Structure for Multiple Post Type Archives by Taxonomy
- get term archive url / link
- Exclude a category from WP_Query
- Pagination throws 404 error on custom taxonomy archive pages
- How to build a complex page structure
- Load custom posts with same tag as page
- How to filter custom post types by custom category taxonomy
- Is there a way to use regular categories with custom post types?
- Archive page with multiple taxonomies rewrite
- How to list all categories and tags in a page?
- Find callback function for custom taxonomy metabox
- remove support for ‘Categories’ for a custom post type
- Filter get_categories() for taxonomy term in WordPress
- Taxonomy list. Order by a specific custom post type count
- Custom/separate categories for custom post type
- associate custom post type with tags with specific pages
- Display Custom Category (taxonomy) Name in Custom Post Type
- Display types of posts in edit.php instead of All, Published, Scheduled and Draft
- Show Post Count of a Category
- Get categories and descriptions from custom post type
- Combining custom post type and post category
- How to make a custom taxonomy selectable in post publish area?
- Add Tags to custom post type
- How to create new category for custom post type?
- Insert HTML inside link in a walker
- Change Permalink Structure for Tag.php template
- Should I use custom taxonomy or custom post type
- Set menu active state for custom posttype and category, given custom taxonomy term
- Group posts by custom post type
- Display all posts in main category and 1 subcategory
- Root slug of taxonomy returning 404
- How can I auto-assign a CPT post to category in a custom taxonomy when published?
- get_category_parents for custom post type taxonomy
- Custom post type getting wrong categories and tags
- Categories of custom taxonomy don’t show any posts
- How to display custom taxonomies with links in filter menu?
- Cannot add category or custom taxonomy from admin. WordPress site is hosted in Windows 16 server via IIS. No XAMPP or WAMP
- Hide parent categories when clicked, and show it’s childs
- Can’t remove front from permalinks for custom taxonomy category page
- How to display “Category and Post_tag” component in a CPT Gutenberg edit screen?
- How to get custom posts sub category link
- List of Posts and Categories
- How can I get this request to use the Custom Post Type page template instead?
- Archive for a Taxonomy of a Custom Post type
- WP the_posts() on single-cars.php get category link
- Display posts with tag for custom post type only
- Taxonomy archive 404ing (not term archive)
- get_category_link() for custom post type does not include custom slug rewrite?
- Targeting categories in custom fields
- portfolio custom type tags support
- category list with cutom post count
- Include custom post type custom taxonomies in Categories widget
- Use the custom post type archive for taxonomies?
- Custom post type categories gives 404 error
- get_terms() parent, child and grandchild
- Custom Post Type Custom Archive Page Not Working
- Can’t pull posts of a Custom Post Type based on the custom taxonomy of the CPT
- Archive Template being used instead of Category Template for Custom Post Type
- Menu’s breaking, now showing all page links on site
- Retrieve Custom Taxonomies with Description and Slug
- Custom post type specific category box
- Custom Taxonomy Taxonomies of Same Name point to first created URL
- Using get_terms() to list terms from one custom taxonomy AND from one specific built-in category
- How can I tell if I’m on a custom post type archive page?
- Can’t Get Parent and Child Categories of Custom Taxonomy to Display
- Search CPT by tag ids
- Custom Post Type Archive Page showing as 404
- How to display custom taxonomy term specific post?
- Set up Custom Taxonomy Archive Template File To Cover 3 Categories
- Create custom post type categories
- Custom WordPress theme not displaying posts from category
- Set a Default CPT taxonomy by taxonomy id
- Order archive custom posts by taxonomy term [duplicate]
- Custom post types not displaying per category
- Dropdown switching subcategories portfolio
- Custom Post type archives / categories give 404
- Loop multiple taxonomy in custom post
- Post Editor: display categories from current post type taxonomy only?
- Custom Post Type – Admin Columns
- Generating List of Tags from Custom Post Type
- archive-{custom_post_type}.php not getting recognized wordpress
- Trying to create hierarchy between 3-4 custom post types
- Customize category URL
- Category / Custom Post Type permalink issue
- Categories in custom post types
- Tags and Taxonomy links not working for Custom Post Types
- How can I show second most recent post in sidebar, if most recent post is open in the browser?
- How to add categories to a custom post type using wp_insert_post($new_post);