How to change the feed item count in the default Wordpress RSS file? By default 10 items are shown in the RSS feed. Does anyone know which file to edit to change this item count? Checked "wp-includes/feed-rss2.php" file <?php do_action('rss2_head'); ?> <?php while( have_posts()) : the_post(); ?> Code (markup): Not sure how to set a limit in this loop