↧
jbell_msu on "[Plugin: Sermon Manager] podcast /feed/ returning blank HTML page"
The Sermon Manager podcast feed sometimes works (the feedvalidator approves it) but sometimes it returns nothing. But if I force the browser to reload, then I get the full rss feed. Is there a cache...
View Articlejbell_msu on "[Plugin: Sermon Manager] podcast /feed/ returning blank HTML page"
Found out my real problem was a bug in Sermon Manager. It was not including the audio enclosure for RSS feed, so it always showed up empty in iTunes.
View Articlejbell_msu on "[Plugin: Sermon Manager] podcast /feed/ returning blank HTML page"
To summarize the solution: In podcast-functions.php, change from: <?php if ( $audio == '' ) : ?> to <?php if ( $audio !== '' ) : ?>
View Article