Custom post type archives don’t have year/month rewrite rules, they only have a single archive which will be at /press/
and /more_posts/
. If you want those, you’ll have to add them yourself. For the taxonomy, add the taxonomies
argument to your post type registration to insure the two objects are connected, see the note about this on register_post_type
.
Related Posts:
- Filtering a custom post type by custom taxonomy in archive template
- Why are posts from custom post type not displayed in “category” archive?
- Displaying category archive of custom post types
- Regex problem in an add_rewrite_rule
- 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
- custom taxonomy archive by year
- CPT Archive with core Category
- Custom Post Type Archive Page Filtering
- Archieve.php not loading for custom post type
- multiple custom post type on category page
- Archive Template being used instead of Category Template for Custom Post Type
- Menu’s breaking, now showing all page links on site
- Advanced archive url structure (category, tag and date)
- Display all Categories except ones with a specific parent
- Custom WordPress theme not displaying posts from category
- Adding Custom Post Types to category/tag/author archives breaks header content
- Custom category taxonomy – archive page not showing up
- How can I generate a list of post-type specific categories?
- archive.php can’t find categorized posts
- How can I set up the URL for a category archive for a custom post type?
- Categories in custom post types
- Stop header code from showing in category page?
- Adding categories to custom post type in permalink
- Custom post type pagination 404 fix?
- How to remove “Archive:” label from archive title
- Setting Default Category for Custom Post Type Upon Autosave
- Add category to custom post URL
- Only list categories that contain posts of a specific custom post type
- Display Editable Text Above CPT Archive Listings
- Template tags to display custom post type posts in category template?
- paginate function in archive for custom-post-type
- WP Query group/order by category name
- How to show custom taxonomy in the permalink?
- How to create archive page for taxonomy terms within custom post type
- Loop through categories and create tab for each
- Category and post tag archives do not include posts from custom post type
- Query custom post types
- How to list custom post types?
- Custom Post Types and Categories?
- Display CPT description on archive.php pages for all CPT
- Set a default category – if the user didn’t select one- before creating a post
- Custom Taxonomy – Tags Metabox is showing instead of Categories
- Custom Post Types and independent Categories – complex Taxonomy
- Should I use custom taxonomy or custom post type
- Get parent categories of custom post type
- How to query_post custom posts within default taxonomy?
- Custom Post Type With Categories
- URL of a custom post type’s post format archive?
- Display posts from Custom Post Type in category page on front-end
- Create template for taxonomy results limited by Custom Post Type
- Showing posts from different categories and from custom post type
- Category with post type pagination returns 404
- Custom Post Slug same as Parents Category Slug
- browse by category and tags?
- Is it better to use filter for the_content in archive pages?
- Create new custom post and post category of same name
- Archive not sorting correctly
- What’s the name of the custom post type yearly archive template?
- Custom taxonomy or custom page templates?
- Can anyone clarify difference between archive-{posttype}.php, type-{posttype} and date.php?
- How do I add custom HTML to the content of an archive page’s posts?
- Only show posts with a specific term of an associated taxonomy in a custom post type archive
- Custom Post Type Category URL
- Use the custom post type archive for taxonomies?
- Custom Post Type Categories URL not displaying posts
- WP Query results showing posts outside of category ID
- How to get the current category with custom posts
- Better approach for a WordPress Inventory
- Showing all posts and custom post types by using one category
- List child categories from parent category on custom taxonomy page
- How to properly use Categories with Custom Post Types
- Custom post type category permalinks and archive pages
- 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
- Display custom post types by category
- Searching in multiple category + URL hierarchy in real estate WordPress site
- How to display custom taxonomy term specific post?
- Category permalinks don’t work even after flushing
- How to sort post category using its Description
- Wanting to list all Post types under a common category
- How to show posts of the same category on a page?
- Creating an archive page or simple template to list all values of a custom field of specific post type listing
- Order archive custom posts by taxonomy term [duplicate]
- Modify the category post counting function
- Reuse the “category” slug for a custom post type
- Custom post types not displaying per category
- How To Display Category list from Portfolio post type plugin?
- Custom Post Type tag taxonomy “Page Not Found”
- Dropdown switching subcategories portfolio
- Custom post types with date based archive
- Need to build custom metabox select prev posts by category
- Limit to add one post per category only
- categories of custom post type shows in CMS but not in the frontend webpage
- How can I sort posts ascending by post title for a specific post type, but on a category archive template?
- Category names on CPT archive pages [closed]
- how to pass args for archive.php query?
- How to have a dynamic slug and rendering the archive-{post_type}.php?
- Add Category names to post lists of custom post type
- Is it possible for post and custom post type to share a category base slug?