• I want to access my feed of items from a specific CPT.

    I’ve read in numerous places all over the web that to get to the CPT specific feed URL is to apply the following filter/parameter:

    https://www.your-website.com/feed/?post_type=custom_post_type_name

    I have done this for all my CPT’s yet it does not seem to work. I just get a long list containing all my post types in the feed. For example, I have CPT’s named “blog” “podcast” and “audio”. This all appear in my main feed, which is fine. I just want to get the “podcast” specific RSS though. I type the following below, but it still just lists the full feed and not just the podcast CPTs. I’ve tried all my CPT’s in the parameter and it just lists the full feed, no matter what parameter I type in.

    https://www.your-website.com/feed/?post_type=podcast

    What gives?

  • The topic ‘CPT feed URLs not working’ is closed to new replies.