Is it possible to query stock wordpress blog to return RSS feed of items between dates A and B?
Leave a Reply
You must be logged in to post a comment.
Is it possible to query stock wordpress blog to return RSS feed of items between dates A and B?
You must be logged in to post a comment.
I was looking to an answer to this and came across the following note in the WordPress Codex WP_Query class reference
So as of WordPress 3.4.2, this is still not possibly using a feed URL with suitable query parameters.
You will either need to use post_where if you are coding for WordPress or else create your own script to work-around this by checking the dates within the pubDate elements in the feed XML.