The need today for a secure internet is greater than ever. Things like identity theft, stolen passwords, or ransomware can be avoided by implementing proper...
The WordPress REST API is a new addition to the WordPress core and has the potential to change the way we interact with WordPress. With the REST API, we can...
In this concluding part of the series, we will work on the remaining portion of our application and build controllers for post listing, single post, author,...
Having laid a solid foundation for our project, we are now ready to begin working on the front end and set up basic configurations for our application with...
In this multi-part series, we will be creating a simple WordPress-powered front end with the help of the WP REST API and AngularJS. The reader will build...
In the current part of the series, we will take a look at the internals of the WP REST API and how they work together to power the API. After that, we will...
In the current part of the introductory series to the WP REST API, we will learn to create, update, and delete data using the WP REST API. We will also learn...
In this part of the series we will set up a basic authentication protocol on the server to send authenticated requests to perform various tasks through the...
WP-API is a feature plugin that is intended to be included in the WordPress core. It provides a RESTful API for interacting with the site remotely and...
In this final installment of this series, we're going to take a look at how to create a widget using the WordPress Widgets API, use the widget to display a...