'wordpress' tutorials

All 'wordpress' tutorials:

  1. Using Namespaces and Autoloading in WordPress Plugins, Part 2

    Using Namespaces and Autoloading in WordPress Plugins, Part 2

    Tutorial Intermediate

    In this series, we're taking a look at exactly what PHP namespaces are, why they are beneficial, and how to use them. But first, we're laying the foundation...

  2. Best Practices for ARIA Implementation

    Best Practices for ARIA Implementation

    Tutorial Beginner

    Already familiar with how to add ARIA to your site from our other articles? Now find out when and why to use this accessibility extension to create a better...

  3. Using Namespaces and Autoloading in WordPress Plugins, Part 1

    Using Namespaces and Autoloading in WordPress Plugins, Part 1

    Tutorial Intermediate

    In this series, we're going to take a look at exactly what PHP namespaces are, why they are beneficial, and how to use them. Then we're going to take a look...

  4. Kick-Start WordPress Development With Twig: Introduction

    Kick-Start WordPress Development With Twig: Introduction

    Tutorial Beginner

    The Twig templating engine along with a plugin called Timber can help us write super-clean and modular code in WordPress. In this series, we'll discuss its...

  5. Using PHP CodeSniffer With WordPress: Installing and Using the WordPress Rules

    Using PHP CodeSniffer With WordPress: Installing and Using the WordPress Rules

    Tutorial Beginner

    In this article, I assume you're a WordPress developer and you're interested in getting PHP CodeSniffer configured such that it can sniff out any problems in...

  6. Object-Oriented Autoloading in WordPress, Part 1

    Object-Oriented Autoloading in WordPress, Part 1

    Tutorial Intermediate

    In this follow-up series and starting with this post, we're going to be revisiting the concept of autoloaders from the perspective of object-oriented...

  7. How to Install and Set Up a New WordPress WooCommerce Theme

    How to Install and Set Up a New WordPress WooCommerce Theme

    Tutorial Beginner

    Let me show you how easy it can be to install and set up a new WordPress WooCommerce theme and how amazing an eCommerce site can look after doing it.

  8. Free Course: Create Content in WordPress With Posts and Pages

    Free Course: Create Content in WordPress With Posts and Pages

    Tutorial Beginner

    In this course, Envato Tuts+ instructor Rachel McCollin will teach you how to create content for your site in WordPress. You'll learn about posts and pages,...

  9. Building a Welcome Page for Your WordPress Product: WP Transients API

    Building a Welcome Page for Your WordPress Product: WP Transients API

    Tutorial Beginner

    When it comes to building a web app with WordPress, its powerful APIs provide a great deal of help. Adding or retrieving any data with the Options API is not...

  10. Creating Custom WordPress Administration Pages, Part 3

    Creating Custom WordPress Administration Pages, Part 3

    Tutorial Intermediate

    As we continue to build our custom administration page, we need to pay attention to security, permissions, and sanitization so that our code is as secure as...

  11. Building a WordPress-Powered Front End: Bootstrapping, Routing, and Services

    Building a WordPress-Powered Front End: Bootstrapping, Routing, and Services

    Tutorial Intermediate

    Having laid a solid foundation for our project, we are now ready to begin working on the front end and set up basic configurations for our application with...

  12. Grow Your Subscribers With the Mailgun WordPress Plugin

    Grow Your Subscribers With the Mailgun WordPress Plugin

    Tutorial Beginner

    In addition to providing email functionality for your website, the Mailgun WordPress plugin now supports gathering names and email addresses from your visitors.