How to have pagination of RSS2 feed ?

My current RSS link is similar to :

http://www.example.com/?feed=rss2

I tried:

http://www.example.com/?feed=rss2&page=2

But WordPress still returns me with same set of result, given that I set 10 posts per page in

Dashboard > Settings > Reading > Syndication feeds show the most recent

(of course I have more than 10 posts)

2 Answers
2

You want to use paged not page in the request and it should work.

You can find more information about WordPress pagination paged parameter here.

Leave a Reply

Your email address will not be published. Required fields are marked *