Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter BenCabe

    (@bencabe)

    Also, is there a way to integrate the “Podcast posts” with my website’s post categories?

    Plugin Contributor Hugh Lashbrooke

    (@hlashbrooke)

    Hi there,

    The ‘archive’ text (along with any other display or template items) is controlled by your theme, so you will need to modify your theme templates to change that. This is entirely dependent on how your theme operates.

    Your series URL is available if you hover over the series name and click the ‘view’ link: https://cloudup.com/cbggx1LUL1t. The RSS feed URL that is supplied there is supplied in case you want to submit that series to iTunes (or another feed reader) as an individual feed instead of your whole podcast.

    If you would like to use your post categories with the podcast post type then add this snippet to your theme’s functions.php file:

    register_taxonomy_for_object_type( 'category', 'podcast' );

    Alternatively you can use your posts as podcast episodes instead of the podcast post type by selecting that in the podcast settings.

    Let me know if you have any further questions!

    Cheers,
    Hugh

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How Do I Change "Archive" Text Under /Podcasts’ is closed to new replies.