'wordpress' tutorials

All 'wordpress' tutorials:

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

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

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

  4. Introduction to Creating Your First WordPress Widget

    Introduction to Creating Your First WordPress Widget

    Tutorial Intermediate

    Widgets allow you or anyone using your site, theme or plugin to place content into the sidebar or any other widget area without having to write code. In this...

  5. How to Build a WordPress Plugin to Identify Old Posts

    How to Build a WordPress Plugin to Identify Old Posts

    Tutorial Intermediate

    In this article, we're going to take a look at everything that's required to build a WordPress plugin that notifies our visitors if a post they are viewing...

  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. Analysis and Effects of HTTP Requests on WordPress Performance

    Analysis and Effects of HTTP Requests on WordPress Performance

    Tutorial Beginner

    In today's world, websites that are fast lead to higher visitor engagement, retention, and conversions. There are lots of factors that contribute to website...

  8. Easy Digital Downloads: Email Settings, Part 1

    Easy Digital Downloads: Email Settings, Part 1

    Tutorial Beginner

    So far in this series we have learned that Easy Digital Downloads is a lightweight WordPress-based plugin which helps you to create a website where you can...

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

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

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

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