WP API

This introductory article is part one in a tutorial series taking non-technical users through the building of a WordPress REST API app using React.

Tonino Jankov introduces the WordPress Settings API, and showing how to create a WordPress administration page to demonstrate the use of this API. In this article, he shows how to wrap this functionality into a plugin, though it can also be a part of a WordPress theme.

Ahmed Bouchefra shows how to create a WordPress plugin that makes use of the Vue.js library, creating a shortcode that can be used to display a Vue component in posts and pages that fetches and displays the latest posts every five seconds.

Ahmed Bouchefra shows how to create your own custom route(s) for WP-API, allowing you to create mobile and web clients for your WordPress website that can also interact with your custom post types, rather than just the built-in WordPress types such as posts and categories.

Sufyan bin Uzayr explains what a headless CMS is and why you might want to use one, and then goes on to explain how wordPress itself can be used as a headless CMS, showing ways to get started with WordPress as a headless CMS, including installation tips and tricks.

Josh Pollock explains how to add custom routes to the WordPress API, noting that the WordPress REST API is not one API, but millions of highly customizable APIs, which can also be leveraged as a tool for making APIs.

WordPress records a copy of every post revision so you can revert to earlier versions. That can be useful but is it affecting your database performance?

WordPress security is often an area in WordPress left neglected or done incorrectly. Read our recap with Chris Burgess in our WordPress security webinar.
Scott Bollinger shares three options available to easily create a mobile app with WordPress, reviewing the pros and cons of each approach.
Ben Shadle explores the WordPress REST API (WP API), looking at extensibility, limitations, installation instructions, use cases and example API requests.
In this article, we will give a general overview of the JSON REST API plugin. We'll cover how this plugin works and the basics of the REST architecture.