Hugh,
Thanks for giving us that link. On that page, it says to add the following snippet. Is the whole thing the code that I should add to my theme?
This is the snippet you posted:
add_filter( ‘ssp_feed_number_of_posts’, ‘ssp_modify_number_of_posts_in_feed’ );
function ssp_modify_number_of_posts_in_feed ( $n ) {
return 25; // Where 25 is the number of episodes that you would like to include in your RSS feed
}
I have done what the above posters have mentioned and also cut and pasted that snippet into my theme using the Code Snippets plugin. I haven’t seen my RSS updated yet; there are still only 10 podcasts listed.