Topic: Extending WordPress – Page 3 of 8


Introduction to WordPress Multisite Networks

A multisite network is a collection of sites that all run off the same WordPress installation. In this tutorial, you’ll learn what a multisite network is, why you might consider using a multisite network, and […]

  • Topic: Extending WordPress
  • Duration: 7 mins
  • Language: English

The WordPress request lifecycle

When working with any CMS or web framework, it’s a good idea to understand the basics of how it works under the hood. When you understand how your development tools function, you feel more comfortable […]

  • Topic: Core, Extending WordPress
  • Duration: 13 mins
  • Language: English

Custom post types and capabilities

In the previous tutorial, Developing with user roles and capabilities, you learned how to create and apply user roles, how to add/remove capabilities from a user role, and how to check user capabilities. In this […]

  • Topic: Extending WordPress, Plugin Development
  • Duration: 15 mins
  • Language: English

Developing with user roles and capabilities

In this tutorial, you will learn how to develop with the built-in WordPress Roles and Capabilities system. You will learn how the user roles and capabilities are set up, how to create and apply user […]

  • Topic: Extending WordPress, Plugin Development
  • Duration: 10 mins
  • Language: English

Extending WordPress: common security vulnerabilities

In the Introduction to securely developing plugins tutorial, we covered the 5 top ways you can ensure your plugin is developed securely. However, it’s important to understand why you need to follow these principles. In […]

  • Topic: Extending WordPress, Plugin Development, Security, Theme Development, Using WordPress
  • Duration: 11 mins
  • Language: English

WordPress REST API – custom routes & endpoints

The WordPress REST API is more than just a set of default routes. It is also a tool for creating custom routes and endpoints. In this tutorial, you’ll learn how to create custom routes and […]

  • Topic: Extending WordPress, Plugin Development
  • Duration: 17 mins
  • Language: English

WordPress REST API – Modifying responses

The WordPress REST API provides an interface for applications to interact with your WordPress site by sending and receiving data as JSON (JavaScript Object Notation) objects. By default, it provides REST endpoints (URLs) representing the […]

  • Topic: Extending WordPress, Plugin Development
  • Duration: 16 mins
  • Language: English

WP REST API – custom fields, authentication, and testing

So far, you’ve learned how to access core WordPress data using the REST API and the Backbone.js client, as well as how to create, delete, and update Posts. In this session, we will look at […]

  • Topic: Extending WordPress, Plugin Development
  • Duration: 16 mins
  • Language: English

Interacting with the WordPress REST API

In the Using the WordPress REST API tutorial you were introduced to the WordPress REST API, as well as the Backbone.js client to interact with it. In this session, we will look at how you can […]

  • Topic: Extending WordPress, Plugin Development
  • Duration: 20 mins
  • Language: English

Have an idea for new content? Let us know!