better-rest-endpoints
better-rest-endpoints copied to clipboard
A WordPress plugin that serves up slimmer WP Rest API endpoints.
…e readme with new parameters
The guten blocks content is not included. Is there some way to register a custom field into an endpoint ? Here is a link on how to add parsed guten...
Is possible to use POST, DELETE, ...? I get a 404 error
I see that you can query posts by category with `/wp-json/better-rest-endpoints/v1/post?category=43`. But it does not seem to work for custom post type. I know `wp-json/wp/v2/products?categories=43` works but then you don't...
We are getting data for individual posts including the yoast meta but not the meta set for categories or tag in Yoast
It would be great if I could filter out specific categories or tags. Seems like 'category__not_in' and 'tag__not_in' would do the trick.
m using wp rest api to create a decouple website. At this moment i already can recieve data from homepage with this call(using a plugin to make json from api...
I'm using Wordpress v5.2.2 The plugin i'm using is v1.5.2 When /v1/post/{id/slug} or /v1/posts has tag in content data the rest of the content won't show up The Original Post...
Hello there... I like a lot your plugin. I want to use it to improve my requests. But I have a problem. One of my requests is to get posts...
Hi, I have an issue with your plugin. I set a custom post type "dishes" and a custom taxonomy "tax_menu" with two terms "gavitella" and "light-snacks". What I want is...