'wordpress' tutorials

All 'wordpress' tutorials:

  1. Out-of-the-Box WordPress: Bundling With Themes & Plugins and wp-config Tweaks

    Out-of-the-Box WordPress: Bundling With Themes & Plugins and wp-config Tweaks

    Tutorial Intermediate

    Move the core WordPress files, install WordPress, then install plugins and themes, switch themes... Is there quicker way to install WordPress?

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

  5. Toolbox of the Smart WordPress Developer: The Envato WordPress Toolkit

    Toolbox of the Smart WordPress Developer: The Envato WordPress Toolkit

    Tutorial Intermediate

    In this part of the "Toolbox of the Smart WordPress Developer" series, we're going to go through the Envato WordPress Toolkit, a "toolkit" to install and...

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

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

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

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

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

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

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