'wordpress' tutorials

All 'wordpress' tutorials:

  1. Display the Last WordPress Query in 60 Seconds

    Display the Last WordPress Query in 60 Seconds

    Tutorial Intermediate

    In this 60-second video, we take a look at the code we need to write in order to display the most recently executed WordPress query.

  2. How to Work With WordPress Comment Metadata

    How to Work With WordPress Comment Metadata

    Tutorial Beginner

    Throughout this series, we've looked at a number of the metadata APIs that are offered by WordPress. This includes the Post Meta API and the User Meta API....

  3. Internationalizing WordPress Projects: A Practical Example, Part 1

    Internationalizing WordPress Projects: A Practical Example, Part 1

    Tutorial Intermediate

    Over the next two articles, we're going to create a simple plugin that's properly internationalized. Furthermore, we're going to look at each and every piece...

  4. How to Work With WordPress Post Metadata

    How to Work With WordPress Post Metadata

    Tutorial Beginner

    Starting in this post, we're going to begin exploring the WordPress Post Meta API to see why it's useful, what we can do with it, and how to take advantage...

  5. How to Install a WordPress Plugin

    How to Install a WordPress Plugin

    Tutorial Beginner

    WordPress plugins add functionality to an existing site. That is, they introduce something new that you can do with your site. In this tutorial, we'll take a...

  6. How to Automate and Optimize Your WordPress Development and Testing on Pantheon

    How to Automate and Optimize Your WordPress Development and Testing on Pantheon

    Tutorial Intermediate

    In this tutorial, you'll learn to use the Pantheon command-line tool to speed up your WordPress development, and how to set up an automatic acceptance...

  7. How to Work With WordPress User Metadata

    How to Work With WordPress User Metadata

    Tutorial Beginner

    In this tutorial, we take a look at the WordPress User Meta API, how it's similar to the other Metadata APIs, and how it's different. We take a look at each...

  8. Adding Custom Fields to Simple Products With WooCommerce

    Adding Custom Fields to Simple Products With WooCommerce

    Tutorial Beginner

    In WooCommerce, let's say that you have a simple product that you want to sell but you want to include a little more information about the product to display...

  9. Creating a Simple WordPress Plugin in 60 Seconds

    Creating a Simple WordPress Plugin in 60 Seconds

    Tutorial Beginner

    The process of creating a WordPress plugin can be daunting especially as you're just getting started. But before trying to create a large, multi-featured...

  10. How to Simplify Managing Multiple WordPress Sites

    How to Simplify Managing Multiple WordPress Sites

    Tutorial Beginner

    Join us as we explore ManageWP as the first of a number of services that make managing groups of WordPress sites easier.

  11. Improved Ajax Techniques for WordPress: Procedural Programming

    Improved Ajax Techniques for WordPress: Procedural Programming

    Tutorial Intermediate

    I want to revisit the concept of Ajax in WordPress so you see some of the new APIs and how to employ them in your day-to-day work or how to refactor some of...

  12. Building a WordPress-Powered Front End: A Custom Directive for Post Listing

    Building a WordPress-Powered Front End: A Custom Directive for Post Listing

    Tutorial Intermediate

    In this part of the series, we will be working towards building a custom AngularJS directive for the post listing feature.