By Chris Hall on Saturday, 09 April 2016
Posted in General Issues
Replies 3
Likes 0
Views 470
Votes 0
Hi, RSS feed from one of my sites only contains 5 entries. Where can I find the settings to include all posts in the feed?

Thanks
Hey Chris,

It is not advisable to render all posts on the RSS feed because that would certainly hit the memory_limit or the max_execution_time in php.

Anyway the RSS feed will respect the list settings defined in Settings > Layout > Pagination > "Frontpage items per page"
·
Sunday, 10 April 2016 01:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Mark,

The site is one I made a few years ago using Joomla and Easyblog. The owner now wants it redone as a WordPress site and the new developer is having trouble importing the 500 odd posts into the new WP site.

Just trying to help them out at the moment.
·
Sunday, 10 April 2016 06:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Chris,

Ah, if that is the case, you can try to request them to pass in the "limit" in the query string when rendering the RSS feed (They should simulate how the pagination works when clicking on the pages)
·
Sunday, 10 April 2016 16:31
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post