bigsmoke
Member
Posted 2 years ago #
A friend of mine guest authors on my blog. He used his author atom feed to generate a list of his post for use on his own, regular website. This worked like a charm until he made more than 10 posts.
Is there a way to get a complete feed regardless of how many entries there are? Or, alternatively, to request the 'next page' in Atom format?
Thanks for your time,
Rowan
bigsmoke
Member
Posted 2 years ago #
By studying wp-includes/query.php I found out that I can get the next page by appending "?paged=2" to the end of the query string. Still, I'm looking for a way to get a full feed with all entries.
bigsmoke
Member
Posted 2 years ago #
In the end, I've written a simple XSLT sheet to merge all the pages belonging to a feed into one XML stream.