Menu

#62 rss feed limit

v4.1
open-fixed
Drew
PHP (32)
3
2008-11-08
2008-11-08
Drew
No

The maximum entries in the rss feed shouldn't be limited to the number of posts displayed on the front page. They should limit at something like 25.

Discussion

  • Drew

    Drew - 2008-11-08

    this can be fixed by editing rss.php and atom.php so that the line:
    $entries = $entry->getEntries();

    is changed to

    $entries = $entry->getEntries('','25');

     
  • Drew

    Drew - 2008-11-08

    fixed rss.php that sets limit to 25 entries

     
  • Drew

    Drew - 2008-11-08

    fixed atom.php that sets limit to 25 entries

     
  • Drew

    Drew - 2008-11-08
    • status: open --> open-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB