Changing the feed item count

Discussion in 'WordPress' started by krishmk, May 23, 2011.

  1. #1
    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
     
    krishmk, May 23, 2011 IP
  2. lelkoun

    lelkoun Active Member

    Messages:
    288
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Settings > Reading > Syndication feeds show the most recent
     
    lelkoun, May 23, 2011 IP
  3. bob25

    bob25 Well-Known Member

    Messages:
    1,519
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #3
    Can't you do that by setting that in Settings/Reading
     
    bob25, May 23, 2011 IP
  4. krishmk

    krishmk Well-Known Member

    Messages:
    1,376
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    185
    #4
    Thank you that was too simple!
     
    krishmk, May 23, 2011 IP