↧
Reply To: Atom feed pagination
In the end, I’ve written a simple XSLT sheet to merge all the pages belonging to a feed into one XML stream.
View ArticleReply To: Atom feed pagination
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.
View ArticleAtom feed pagination
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....
View Article