Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jbell_msu

    (@jbell_msu)

    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.

    Thread Starter jbell_msu

    (@jbell_msu)

    To summarize the solution:

    In podcast-functions.php, change from:
    <?php if ( $audio == ” ) : ?>

    to
    <?php if ( $audio !== ” ) : ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘podcast /feed/ returning blank HTML page’ is closed to new replies.