Code Tricks have an article on this.
The article is so short that quoting it will essentially copy it:
//URL to fetch RSS feeds for custom post type feeds.
www.your-website.com/feed/?post_type=custom_post_type_name
//URL to fetch RSS feed for custom post type feeds including the custom taxonomy.
www.your-website.com/feed/?post_type=custom_post_type_name&taxonomy_name=taxonomy
//This is just an example.
www.code-tricks.com/feed/?post_type=tutorials&tutorials_category=javascript
Please do see the original article.
Related Posts:
- How to Make a Separate RSS Feed for Each Custom Post Type
- Custom taxonomy in custom post RSS feed
- How to fetch custom post types with its full data on wordpress?
- Add Custom Term to RSS Feed Titles
- Custom Post Type and Taxonomy URL rewrite
- How to build a complex page structure
- Remove admin menu for custom taxonomy attached to custom post type
- How do I list custom taxonomy terms without the links?
- Page not found taxonomy custom post type
- How to replicate some of Drupal Views functionality in WordPress?
- Archive page with multiple taxonomies rewrite
- How to get_queried_object on multiple objects?
- custom taxonomy – Template not working
- Count number of posts which exist in 2 taxonomies?
- Getting taxonomy terms used by custom post type
- How do I provide a “show all posts” link in a paginated term archive?
- List custom post type by custom tax term as page title
- custom taxonomy relationship
- Parent & Child Taxonomy slugs in custom post permalink
- Should I use custom taxonomy or custom post type
- How to use the post_title of custom post type as taxonomy
- Custom Taxonomy Navigation, with current menu items for children?
- Custom Post Type doesn’t show Draft and Trash Options
- Custom Post Type With Categories
- A question on creating filters for custom posts using taxonomy
- Custom Taxonomy back-end customizations
- How do I change the custom taxonomy slug to be the same as the custom post type slug?
- Custom Post Type by Taxonomy
- browse by category and tags?
- Taxonomy structure help
- Create more category hierarchical depth for custom post type/taxonomy plugin (widget)
- Different rewrite rules for taxonomies and cp in multisite?
- count results in search page based on custom category
- Assign Custom post to Custom Taxonomy
- Show custom post type inside a custom post type
- Trick to get custom post types to show up on a custom taxonomy page?
- How to add custom taxonomy in custom post type permalink?
- What’s the name of the custom post type yearly archive template?
- Combine multiple getEntityRecords calls
- Create an archive page for custom post type with custom taxonomy
- Custom URLs in post types make it impossible to view archive
- How to add and clear custom post types and taxonomies in a plugin? Considerations for existing data
- How to setup a single post page for my custom post type?
- How to check if post/page or taxonomy post is published by admin
- Custom Taxonomy Search result page
- Permalink problems with custom post type and custom taxonomy
- Get terms of a post but only if they’re also the child of a specific term
- Pull in taxonomy field of custom post type in new query
- Use the custom post type archive for taxonomies?
- Custom Post Type Categories URL not displaying posts
- Custom order of Taxonomy Terms
- Taxonomy template page not working
- Custom post type subtaxonomy template
- tax_query (if the terms are empty)
- Getting only one post per category
- Issue with Custom Post Types and Single
- How to count other posts not having specific taxonomy terms?
- List all posts in taxonomy term
- Get posts by category name
- Looping through custom taxonomy and display custom post types (Custom Post Type UI)
- set post_type based on custom taxonomy permalink
- 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
- Query for specific taxonomy that executes a particular loop depending on volume of posts?
- Create a Dropdown Selector and Redirect for a Custom Taxonomy in WordPress?
- How to Implement Search Functionality?
- How to implement very unusual wordpress routing structure?
- Why are custom taxonomies only appearing on the edit page of one of these types, but not the other?
- Search CPT by tag ids
- Custom post type 404 category page
- Post template with breadcrumb needs to show page navigated from
- How can i display a taxonomy? i have created a plugin and then a custom type. and a taxonomy , also i have register it
- How to associate custom taxonomy terms with custom post type?
- WP_Query not using custom taxonomy categories on custom post type
- get_the_terms child terms for current post/custom post only
- Combine multiple separate lists into one
- Change custom post taxonomy values from front-end
- Pages of my taxonomy terms are showing all posts
- Is there a way to re-order the Custom Taxonomy drop-down on a Custom Post listing page?
- How to get all posts related to a taxonomy?
- Post Custom & Taxonomy 404 error
- Custom Post Type tag taxonomy “Page Not Found”
- Remove custom post type slug but keep related category taxonomy permalink
- page not found for example.com/custom-post-name
- Is it possible to add and display custom post types to an array?
- Custom post type and custom taxonomies display
- predefined custom field on registration page
- Displaying taxonomy icon outside archive page
- Why won’t this rewrite rule work?
- Timetable of Custom Meta Data using Custom Post Type and Custom Taxonomy
- How to not have the items of the subtaxonomy within the parent taxonomy
- Adding rewrite rules to Custom Post-type mixed with Taxonomy
- Tags and Taxonomy links not working for Custom Post Types
- Inserting two categories
- How to manage a bookstore
- How can i change url structure of cpt like this?
- Calling custom taxonomies
- Limit taxonomy terms added to a custom post type
- I want to understand plugin implementation of custom posts / taxonomies / metaboxes
- Is it possible to use a post name in a custom post slug?