bgnjqw
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] Get posts after a specific dateI do not know the wordpress instance timezone and I just have a gmt time, can I get posts by date_gmt field? or any workaround?
ThanksForum: Plugins
In reply to: [WordPress REST API (Version 2)] Get posts after a specific dateHi, I have try the develop branch, the after worked!
but it seemed that the before and after depend on date(with timezone), if I can use after and before on date_gmt.I had the same issue. Saving permalinks (clearing cache) did the trick for me.
that is the reason, thank you very much!
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] when will the official version be releaseThank you for answering my question!
I use curl request this url:http://localhost/wordpress-resttest/wp-json/wp/v2/posts
than I got some html code of my wordpress begin page in response, it is same with I access http://localhost.wordpress-resttest/
so I said the request redirect to my wordpress begin page.I will got a http code 301, when I request http://localhost/wordpress-resttest/wp-json/wp/v2/posts. and is this url is correct?