Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter briwatson

    (@briwatson)

    I have had this problem for months, and it hasn’t been resolved, despite the fact that I have contacted Apple support multiple times and have done everything I can to fix errors on my end. I would appreciate a personalized response written in plain English, without confusing technical jargon.

    Here is the problem: episodes of my podcast do not appear when I upload them. I don’t mean they don’t appear immediately. I don’t expect that. I mean that they often don’t appear for weeks. Sometimes they appear after a week or two. Currently, the last five episodes, recorded over the last month, do not appear on Apple podcats. They do appear on other podcasting apps, like Spotify. I never have a problem with other podcasting apps. Only Apple. I fixed the erorr above. I have tried refreshing the podcast on Apple Podcast Connect. I have tried testing the podcast feed on Podbase, and that doesn’t show any errors. I have tried to valide the podcast feed on Cast Feed Validator and get a fatal error message, which says, “This server is not sending a non-compressed version of the RSS feed on request. This is required by some services to index your feed. Did not finish feed tests.” I don’t know what that means.

    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.

    Thread Starter briwatson

    (@briwatson)

    I seem to have located my answer here: https://ww.wp.xz.cn/support/topic/podcast-feed-limit/

Viewing 3 replies - 1 through 3 (of 3 total)