iTunes RSS Feed

Support Area Forums Epic iTunes RSS Feed

Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
URL to the page in question: http://deeper.ca/podcasts_rss/
  • Author
    Posts
  • #17445
    Brian Ludwar
    Participant

    Hi Bill,

    We have connected our podcasts to iTunes and that is working well with one exception. The RSS feed limits the list to the most recent 20 podcasts. Our page is using the Podcast Audio Feed template. Is it possible to remove the limit to show all available podcasts in the RSS feed?

    As always, thanks for your help.

    Brian Ludwar

    #17447
    Brian Ludwar
    Participant

    I have tried changing the Syndication Feeds item under Settings > Reading from the default of 5 items to 100 items (for testing) but the RSS still limits to the most recent 20 items.

    #17454
    Bill Robbins
    Moderator

    Hello Brian,

    Great question. That page is set to display the 20 most recent, but you can choose a larger number if you’d like to. Here’s how:

    1. Go to the Appearance section in your WordPress control panel and select Edit.
    2. From the list of files on your right, choose podcast-feed-page.php and look down just a bit for this line (line 53):
      
      <?php $recent = new WP_Query("post_type=podcast&showposts=20"); while($recent->have_posts()) : $recent->the_post(); ?>
      
    3. Change the 20 in the snippet above to -1 and save your changes.

    That should cause the podcast feed to display all of your published items. If you run into any questions or trouble, let me know.

    Have a great day,
    Bill

    #17459
    Brian Ludwar
    Participant

    As always, thanks for the awesome support Bill!

    #17460
    Bill Robbins
    Moderator

    Anytime Brian. Always glad to help out 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘iTunes RSS Feed’ is closed to new replies.