Question about Post Type Podcasting
-
Hi, I have a dev URL that’s not accessible, but it shouldn’t matter because this is a basic question about Post Type Podcasting.
So, I work with a radio station and they have multiple shows. I want to archive a show file once it’s completed on the Show’s WordPress page. I can’t use Category Podcasting, because I don’t want these posts to mix with Blog posts. I only want to display them on the Shows individual page, so that’s why I created the Post Type – to filter them out from the main feed and have them have their own feed and categories.
So, with CPT UI, I set up the “show_archives” post type. I want to create a playlist on a Show page from the Post Type and the Post Type Category of “A Better World.”
I see on the instruction page this shortcode:
[powerpress_playlist post_type="post_type_slug" slug="audio-m4a"]but I’m not 100% sure how to set a playlist from a post type category.
Would it be like this:
[powerpress_playlist post_type=”show_archive” category=”a-better-world”]
The topic ‘Question about Post Type Podcasting’ is closed to new replies.