Title: Help with RSS feed
Last modified: October 7, 2020

---

# Help with RSS feed

 *  [mtjarrett](https://wordpress.org/support/users/mtjarrett/)
 * (@mtjarrett)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/help-with-rss-feed-4/)
 * Trying to figure out why my feed only shows the latest post (there are 3 published
   posts currently).
 * here is what I have:
 *     ```
        <?php 
       query_posts('post_type=fiveminutespodcast');
       while(have_posts()) : the_post(); ?>
               <item>
               <title><?php the_title_rss(); ?></title>
               <link><?php the_permalink_rss(); ?></link>
               <pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_post_time('Y-m-d H:i:s', true), false); ?></pubDate>
               <dc:creator>The Trinity Mission></dc:creator>
               <guid isPermaLink="false"><?php the_guid(); ?></guid>
               <description><![CDATA[Five Minutes for the Rest of Your Life is supported by a handful of faithful listeners. For more information, visit thetrinitymission.org/giving]]></description>
                <content:encoded><![CDATA[Five Minutes for the Rest of Your Life is supported by a handful of faithful listeners. For more information, visit thetrinitymission.org/giving]]></content:encoded>
       <?php rss_enclosure(); ?>
       <?php do_action('rss2_item'); ?>
               </item>
       <?php endwhile; ?>
       ```
   
 * The bottom of this page shows the 3 posts that should be showing in the feed:
   
   thetrinitymission.org/fiveminutespodcast
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhelp-with-rss-feed-4%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [George Appiah](https://wordpress.org/support/users/gappiah/)
 * (@gappiah)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/help-with-rss-feed-4/#post-13501851)
 * What do you have under SYNDICATION in SETTINGS > READING?
 *  Thread Starter [mtjarrett](https://wordpress.org/support/users/mtjarrett/)
 * (@mtjarrett)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/help-with-rss-feed-4/#post-13503267)
 * It says 8.

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

The topic ‘Help with RSS feed’ is closed to new replies.

## Tags

 * [custom rss](https://wordpress.org/support/topic-tag/custom-rss/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [mtjarrett](https://wordpress.org/support/users/mtjarrett/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/help-with-rss-feed-4/#post-13503267)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
