'wordpress' tutorials

All 'wordpress' tutorials:

  1. The Beginners Guide to WooCommerce: Checkout Options, Part 1

    The Beginners Guide to WooCommerce: Checkout Options, Part 1

    Tutorial Beginner

    Checkout in any eCommerce website can become a hectic process, but WooCommerce offers some great options to monitor the checkout process and various payment...

  2. Understanding and Working with Data in WordPress - Multisite

    Understanding and Working with Data in WordPress - Multisite

    Tutorial Intermediate

    In the earlier parts of this series, we've worked through the different tables in the WordPress database and examined what data they store, how they interact...

  3. Installing WordPress in the Amazon Cloud

    Installing WordPress in the Amazon Cloud

    Tutorial Intermediate

    This guide will provide you a detailed, step by step approach to setting up your WordPress blog at AWS in a high performance, economical fashion using an AWS...

  4. Advanced WordPress Attachments: Creating Custom Queries

    Advanced WordPress Attachments: Creating Custom Queries

    Tutorial Beginner

    This tutorial is the second in a four part series in which you'll learn some techniques for working with images in attachments in WordPress which give you...

  5. How to Use WordPress Color Picker API

    How to Use WordPress Color Picker API

    Tutorial Beginner

    When the WordPress team releases a new version, they introduce some new features not only for users but for developers, as well. WordPress offers a lot of...

  6. Customising WordPress Functionality With functions.php

    Customising WordPress Functionality With functions.php

    Tutorial Beginner

    So, here we are at the eighth and final instalment of our quest into getting under the skin of a WordPress website. I hope that by now you feel a lot more...

  7. Use Two Loops to Output Your First Blog Post Differently

    Use Two Loops to Output Your First Blog Post Differently

    Tutorial Intermediate

    Ever wanted to show more detail for the first post on your main blog page? Learn how to do it using the WP_Query class and the pre_get_posts hook.

  8. WP_Query Arguments: Custom Fields

    WP_Query Arguments: Custom Fields

    Tutorial Intermediate

    Learn how to query your posts by their custom field values (also known as post metadata) using the WP_Query class.

  9. Settings and Controls for a Color Scheme in the Theme Customizer

    Settings and Controls for a Color Scheme in the Theme Customizer

    Tutorial Advanced

    The theme customizer is a great tool to allow your users more freedom to tweak a theme without having to edit the code. But if you want to let your users...

  10. Object-Oriented Programming in WordPress: Scope

    Object-Oriented Programming in WordPress: Scope

    Tutorial Beginner

    In continuing our discussion of object-oriented programming in WordPress, we need to begin talking about the idea of scope. In short, this refers to the...

  11. Creating a List of Posts With the Same Categories as the Current One

    Creating a List of Posts With the Same Categories as the Current One

    Tutorial Intermediate

    Related posts plugins are great, but sometimes you want a bit more control over what's displayed. Here I'll show you how to display a list of posts with the...

  12. Mastering WP_Query: Related Functions

    Mastering WP_Query: Related Functions

    Tutorial Intermediate

    In this second part, we're going to learn about the functions that are related to WP_Query.