+3 votes
in CMS Tips by (71.8k points)
retagged by
Suppose there are more than 100s of old posts on the website and I want to select all those old posts.Is there any way to select the RSS feeds for the old posts? Under Reading settings, I can change the number of posts in RSS, but it doesn't select those old posts.

1 Answer

+2 votes
by (71.8k points)
selected by
 
Best answer

One of the simplest way to access the old posts or send old posts to your users in newsletters is to access the feed using page number.

Suppose your default setting shows 10 posts in rss when you access www.yourwebsite.com/feed. then you can access next 10 posts using www.yourwebsite.com/feed/?paged=2

yourwebsite.com/feed -> get last 10 posts

yourwebsite.com/feed/?paged=2 -> get next 10 posts

And so on.


...