The RSS feed shows the ten latest posts by default. Does anyone know if there’s a way for us to access a complete list of posts from the feed?
This isn’t supported right now, as the whole generation process for feeds isn’t optimized – especially for very large blogs. But is there a specific case where this is holding you back right now?
No, but thank you. Paginating through my feed in the UI would take a lot of time, since I’ve published a lot of articles. I was exploring options for showing a simple list of my complete works for easy scanning. But it’s not important.
1 Like
Ah gotcha. Some other ways you could get them all at a glance:
- Check your Archive page at
https://[your.blog]/archive/
- Use the API to get all posts – just add
?page=2
, etc. to loop through
1 Like
OMG, yes! How did I miss the archive and the API‽ These are precisely what I wanted. I don’t even see these in the documentation. Somehow I missed it. In any case, thank you. This will have me off and running.