'wordpress' tutorials

All 'wordpress' tutorials:

  1. Introducing the WP REST API

    Introducing the WP REST API

    Tutorial Beginner

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

  2. Launching WordPress at Digital Ocean With ServerPilot

    Launching WordPress at Digital Ocean With ServerPilot

    Tutorial Beginner

    Setting up WordPress is easy with ServerPilot, a modern hosting control panel built especially for Digital Ocean. I'll walk you through launching your next...

  3. Build a Custom WordPress User Flow — Part 1: Replace the Login Page

    Build a Custom WordPress User Flow — Part 1: Replace the Login Page

    Tutorial Intermediate

    In this first tutorial in a three-part series on customizing the WordPress login experience, you will learn how to better integrate the WordPress login...

  4. Hands On Improving Google PageSpeed

    Hands On Improving Google PageSpeed

    Tutorial Intermediate

    PageSpeed impacts your ranking in Google's search results. It's oriented by performance and usability. Watch me try to raise my WordPress site to 100.

  5. How to Use Restful Web APIs in Python

    How to Use Restful Web APIs in Python

    Tutorial Beginner

    This tutorial will introduce you to web APIs and teach you how to use the requests Python library to fetch and update information in web APIs.

  6. Using Gulp for WordPress Automation

    Using Gulp for WordPress Automation

    Tutorial Beginner

    Gulp can help you automate daily routine tasks. In this article you will see basic stuff you can automate doing WordPress development. Lets see how gulp can...

  7. Speeding Up WordPress: Image Optimization

    Speeding Up WordPress: Image Optimization

    Tutorial Beginner

    In this three-part series, we're working through a number of different strategies we can use in order to speed up our WordPress website. In this final part,...

  8. WordPress Full-Text Search With ElasticSearch

    WordPress Full-Text Search With ElasticSearch

    Tutorial Beginner

    WordPress has a built-in search feature; however, it's not very efficient. For example, the results are not sorted by relevancy. In short, it's a naive MySQL...

  9. Create a Simple CRM in WordPress: Using Custom Capabilities

    Create a Simple CRM in WordPress: Using Custom Capabilities

    Tutorial Intermediate

    We’ve been looking at how to create a simple CRM system in WordPress. In the last part of this series, we explored how to use Roles to restrict User access...

  10. WooCommerce Grouped Products and Attributes - Which to Use?

    WooCommerce Grouped Products and Attributes - Which to Use?

    Tutorial Beginner

    WooCommerce gives you a few options which will help you to add metadata to your products and let readers choose different versions of them. Here's how to...

  11. Moving WordPress: Using Plugins to Move Your Site

    Moving WordPress: Using Plugins to Move Your Site

    Tutorial Beginner

    In this second part of a seven-part series, I'll demonstrate how you can use one of a number of plugins to move your WordPress site.

  12. A Walkthrough on Conditional Tags in WordPress: Introduction

    A Walkthrough on Conditional Tags in WordPress: Introduction

    Tutorial Beginner

    One of the most important strengths of WordPress is its extensibility. To create such a solid infrastructure, WordPress includes lots of handy sub-systems....