'wordpress' tutorials

All 'wordpress' tutorials:

  1. Build a Custom WordPress User Flow — Part 2: New User Registration

    Build a Custom WordPress User Flow — Part 2: New User Registration

    Tutorial Intermediate

    In the second tutorial in our three-part series on customizing the WordPress login experience, you will learn how to replace the new user registration with a...

  2. Toolbox of the Smart WordPress Developer: The WordPress Plugin Boilerplate

    Toolbox of the Smart WordPress Developer: The WordPress Plugin Boilerplate

    Tutorial Intermediate

    In this part of the "Toolbox of the Smart WordPress Developer" series, we're going to go through the WordPress Plugin Boilerplate, a tool to make better...

  3. How to Activate Plugins & Themes Upon WordPress Installation

    How to Activate Plugins & Themes Upon WordPress Installation

    Tutorial Intermediate

    In the previous part of this series, we learned about bundling a WordPress installation with plugins and themes, and tweaking the wp-config-sample.php file....

  4. Using PHP CodeSniffer With WordPress: Understanding Code Smells

    Using PHP CodeSniffer With WordPress: Understanding Code Smells

    Tutorial Beginner

    In this article, we're going to take an introductory look at code smells. We're going to examine what they are, what they look like, and how they often...

  5. Deploy PHP Web Applications Using Laravel Forge

    Deploy PHP Web Applications Using Laravel Forge

    Tutorial Beginner

    Laravel Forge is an incredible tool for deploying PHP applications with ease. This tutorial introduces you to Laravel Forge and configuring it with AWS and...

  6. Toolbox of the Smart WordPress Developer: CMB2

    Toolbox of the Smart WordPress Developer: CMB2

    Tutorial Intermediate

    In this part of the "Toolbox of the Smart WordPress Developer" series, we're going to go through CMB2, an extensive library for developing custom metaboxes...

  7. Improved Ajax Techniques for WordPress: Object-Oriented Programming

    Improved Ajax Techniques for WordPress: Object-Oriented Programming

    Tutorial Intermediate

    In the last post, we reviewed some advanced ways to incorporate the WordPress Ajax API into our projects using procedural programming. In this post, we're...

  8. Checklist for Delivering a WordPress Project

    Checklist for Delivering a WordPress Project

    Tutorial Beginner

    In this tutorial, I'm going to show you what to do before handing over the finished website to your client.

  9. The Concept of "Plugin Territory" in WordPress

    The Concept of "Plugin Territory" in WordPress

    Tutorial Intermediate

    There's a concept called "plugin territory" which specifies the things theme developers should leave out from their themes. In this article, we're going to...

  10. Fortifying Security in WordPress, Part 1

    Fortifying Security in WordPress, Part 1

    Tutorial Beginner

    It's a dreaded nightmare: One day you open up your website and see that you've been hacked. If you're running a simple personal blog, it might be just an...

  11. Toolbox of the Smart WordPress Developer: Vafpress

    Toolbox of the Smart WordPress Developer: Vafpress

    Tutorial Intermediate

    In this part of the "Toolbox of the Smart WordPress Developer" series, we're going to go through Vafpress, a solid WordPress theme options framework for your...

  12. How to Use Pantheon to Set Up and Maintain a Production-Safe WordPress Site

    How to Use Pantheon to Set Up and Maintain a Production-Safe WordPress Site

    Tutorial Beginner

    To run a site safely without worrying about issues that might appear when you push your updates live, you need a Dev-Test-Live server setup. This tutorial...