• Resolved Rodrigo

    (@rghedin)


    Hi,

    Is there any way to include podcasts’ episodes in main WordPress RSS feed?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Craig Hewitt

    (@podcastmotor)

    If you’re publishing the episodes as Posts then yes they’re included automatically in the default WordPress feed. If not (you’re publishing them as Podcast post types) then they’ll only be included in the mysite.com/feed/podcast feed.

    How are you publishing your episodes?

    Thread Starter Rodrigo

    (@rghedin)

    As Podcast post types.

    Thread Starter Rodrigo

    (@rghedin)

    Found this code, still testing it:

    function myfeed_request($qv) {
        if (isset($qv['feed']))
            $qv['post_type'] = get_post_types();
        return $qv;
    }
    add_filter('request', 'myfeed_request');
    • This reply was modified 5 years, 2 months ago by Rodrigo.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Podcasts episodes in main WordPress RSS feed’ is closed to new replies.