'wordpress' tutorials

All 'wordpress' tutorials:

  1. Developer Plugin: Essential for WordPress Theme Development

    Developer Plugin: Essential for WordPress Theme Development

    Tutorial Beginner

    Setting up a good WordPress development environment will go a long way to assist you when coding either a new WordPress theme or plugin. In this first part...

  2. WP REST API: Creating, Updating, and Deleting Data

    WP REST API: Creating, Updating, and Deleting Data

    Tutorial Intermediate

    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...

  3. A Simple Guide to the WordPress Quicktags API

    A Simple Guide to the WordPress Quicktags API

    Tutorial Beginner

    As of version 4.0, there are 18 built-in APIs in WordPress, and one of them is the Quicktags API. In this tutorial, we're going to learn what the Quicktags...

  4. Create a Simple CRM in WordPress: Adding Columns to WP_List_Table

    Create a Simple CRM in WordPress: Adding Columns to WP_List_Table

    Tutorial Intermediate

    We've been looking at how to create a simple CRM system in WordPress.  In the last part of this series, we used Advanced Custom Fields to add custom fields...

  5. Create a Simple CRM in WordPress: Creating Custom Fields

    Create a Simple CRM in WordPress: Creating Custom Fields

    Tutorial Intermediate

    In this series, we've been looking at how to create a simple CRM system in WordPress.  In the first part of this series, we created a WordPress Plugin that...

  6. Using Page Templates in Your WordPress Theme

    Using Page Templates in Your WordPress Theme

    Tutorial Beginner

    In this tutorial you'll learn about page templates, probably the most effective way to spice up your pages' designs.

  7. Creating Maintainable WordPress Meta Boxes: Refactoring

    Creating Maintainable WordPress Meta Boxes: Refactoring

    Tutorial Beginner

    Throughout this series, we've been focusing on building maintainable WordPress meta boxes. By that, I mean that we've been working to create a WordPress...

  8. How to Install Yii on Windows or a Mac

    How to Install Yii on Windows or a Mac

    Tutorial Beginner

    Yii is one of the best PHP Frameworks. Our Envato Tuts+ building a PHP startup series is built on it. Learn how to install Yii on Windows or macOS and build...

  9. Get a Fast Start with the Mailgun Plugin for WordPress

    Get a Fast Start with the Mailgun Plugin for WordPress

    Tutorial Beginner

    When you self-host WordPress, getting a contact form running can be one of the more confusing tasks. The contact form in your theme usually isn't the problem...

  10. WP REST API: Setting Up and Using OAuth 1.0a Authentication

    WP REST API: Setting Up and Using OAuth 1.0a Authentication

    Tutorial Beginner

    In the current part of the series, we will learn to set up and use the OAuth authentication method to be used with the WP REST API plugin.

  11. Creating Your Own Widgets Using Various WordPress APIs: Introduction

    Creating Your Own Widgets Using Various WordPress APIs: Introduction

    Tutorial Intermediate

    Widgets are a neat way of giving site owners some control over the look (and sometimes functionality) of their WordPress sites. In this series, we are going...

  12. Mastering WP_User_Query

    Mastering WP_User_Query

    Tutorial Intermediate

    In this tutorial, you're going to learn about using the WP_User_Query class to query the user tables in WordPress.