Get templated page/post content via the WordPress API
I’ve been tasked with converting a WordPress site into a single page application so a persistent audio player can be added, while retaining … Read more
I’ve been tasked with converting a WordPress site into a single page application so a persistent audio player can be added, while retaining … Read more
I’m currently working on a shop like project that uses React as frontend and WordPress with Woocommerce as a backend. To authenticate with … Read more
I am trying to insert comment from my android app , i am using REST API and POST method /wp-json/wp/v2/comments/ The method is … Read more
I am querying in the WordPress API for all pages of media attachments. I am going page by page. I have about 5800 … Read more
https://developer.wordpress.org/rest-api/using-the-rest-api/frequently-asked-questions/#require-authentication-for-all-requests This requires authentication for all requests. add_filter( ‘rest_authentication_errors’, function( $result ) { if ( ! empty( $result ) ) { return $result; … Read more
I am using a plugin that adds multiple custom post types all of which have their own meta-data. I am able to expose … Read more
I want to list post that filtered by Meta Data I have tried many solutions i found here but i can’t make it … Read more
I have built an app which enables the manager of many WP sites to make RestAPI GET, POST, PUT & DELETE requests which … Read more
I need a custom WordPress REST API endpoint with POST method to receive some data from external domains. The issue is requests are … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be … Read more