• Resolved resoundcreative

    (@resoundcreative)


    When I try to create a feed for the custom post type (called Communion) on https://www.gbcaz.org using the Powerpress plugin, no feed URL is created. I’ve been able to create a custom post type feed for another custom post type on this website (called Sermons) without any issue.

    I’ve tried several things to try to fix but none have worked:
    – ensured all iTunes required fields are filled out
    – added and verified an MP3 to one of the posts in this custom post type using the Blubrry Powerpress plugin
    – set up multiple versions of this CPT feed using different slugs and feed names

    I’m starting to wonder if there’s something in the way that this particular custom post type is set up that is affecting the feed creation but I don’t yet have a good plan of how to diagnose that.

    I’ve linked here several screenshots to help diagnose. Any help or ideas would be super super appreciated!

    https://www.dropbox.com/s/o5jqhl9u99oahmn/Screenshot%202017-05-22%2011.29.33.png?dl=0

    https://www.dropbox.com/s/5pvexpod6yil4ew/Screenshot%202017-05-22%2011.29.40.png?dl=0

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Shawn

    (@shawnogordo)

    I have asked the lead developer of PowerPress to look at your question. We’ll report back here as soon as we have a response.

    Plugin Author Angelo Mandato

    (@amandato)

    Hello @resoundcreative

    Sorry for the delay, I have been swamped this week.

    The Post Type needs to be created in a specific way in order to be syndicate-able. The default way a post type is created should be ok, but it only takes one attribute to make the pretty feed URLs to not work. This page outlines the requirements: https://create.blubrry.com/resources/powerpress/advanced-tools-and-options/post-type-podcasting/

    Make sure the post type has the following registered: hierarchical = false, capability_type = post, rewrite = true, has_archive = true or “unique slug name”

    You can still get the post type podcasting to work if the attributes mentioned are not set, it just means you will not have a pretty link URL to the feed. Instead you need to add the appropriate GET URL parameters to achieve the same result. e.g. if the podcast feed slug name is “video-series” and the post type is “video”, then the URL would be example.com/?post_type=video&feed=video-series

    It is very important that the slug names are unique. If your post type is using the slug name “communion”, then the podcast feed slug has to be different, if they are the same then the permalink structure will not know when to display a page or a feed. I would lave the post type slug (defined by your theme or post type plugin) to “communion” and then create a podcast feed with the slug “communion-series” or “communion-podcast” to fit your naming convention.

    Thanks for using the plugin!

    Thread Starter resoundcreative

    (@resoundcreative)

    Thanks Angelo! I’ll dig in to the CPT setup and see if I can figure out what’s missing that will then let the custom post type feed work. Stay tuned.

    Thread Starter resoundcreative

    (@resoundcreative)

    Okay, that worked! I had has_archive=false before and changing to true seemed to work.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Post Type feed creation not working’ is closed to new replies.