I’m having the same problem,. Is there a feed limit of 10? PLEASE ADVISE
Website: MainlyPlants.com
Feed: http://mainlyplants.com/feed/podcast
Hey guys – until someone more official comes along, we had the same problem. I think this is a wordpress change, not seriously simple podcast.
To resolve, go to:
- Your Dashboard
- Settings (WordPress settings, not Seriously Simple Podcasting)
- Reading
- Scroll to:
- Blog pages show at most
- Syndication feeds show the most recent
Change the number from 10 to something larger, ours is currently set at 100 to avoid issues.
Hope that helps! From your buddies at Conquering Columbus Podcast
Thanks so much @ijoegrandominico
This fixed my issue and i couldn’t be happier,
Cheers brother!
Huge thanks @ijoegrandominico
Do you know how long it’ll take to correct itself?
I’ve done what you said but it’s still only showing the 10 latest episodes in iTunes
-
This reply was modified 9 years, 7 months ago by
katosmato.
@katosmato – ours updated in a matter of minutes, is yours good yet?
Hi
Yea, it took a couple of hours but it worked in the end, thanks very, very much for posting this 🙂
I’m glad you all found the answer here, but if you had read through the documentation then you would have found it much sooner: https://www.seriouslysimplepodcasting.com/documentation/why-do-i-only-see-x-episodes-in-my-podcast-rss-feed/
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.