I am using the plugin wordpress' RESTful API plugin called JSON API and I would like to get posts from a given date. I tried many parameters but it didn't work for me, can you help me please?
Here is what I have tested for instance :
http://www.example.com/?json=get_date_posts&date=20140806&posts_per_page=-1
or
http://www.example.com/?json=get_posts&after=20140806&posts_per_page=-1
posts_per_page
-1 ? Or date like2014-15-08
- Daniel W.after
behave exactly like before - Moussa