'wordpress' tutorials

All 'wordpress' tutorials:

  1. Easy Digital Downloads: Email Settings, Part 2

    Easy Digital Downloads: Email Settings, Part 2

    Tutorial Beginner

    In my previous article, I discussed the configuration of first few options which you find inside the tab of Emails Settings. Let's look at the remaining...

  2. Building Your Startup: Security Basics

    Building Your Startup: Security Basics

    Tutorial Intermediate

    We'll look at security over several episodes, but today we'll focus primarily on locking down a web server. Join us and learn the basics of cloud-based VPS...

  3. Steps to Becoming a Quality WordPress Theme Developer

    Steps to Becoming a Quality WordPress Theme Developer

    Tutorial Beginner

    Have you ever found asking: how do Premium WordPress theme authors achieve million dollar milestones? How do they come up with such amazing designs and...

  4. The Beginners Guide to Easy Digital Downloads: Basic Introduction

    The Beginners Guide to Easy Digital Downloads: Basic Introduction

    Tutorial Beginner

    Ever thought of setting up a website where you could exclusively sell your digital and downloadable products? This series covers a plugin that lets you do...

  5. Easy Digital Downloads: Payment Gateway Settings

    Easy Digital Downloads: Payment Gateway Settings

    Tutorial Beginner

    Easy Digital Downloads is a complete solution for selling digital and virtual products via a digital store in a light and efficient way. In my previous...

  6. Getting Started With Redux Framework: Introducing It and Integrating It Into Your Theme

    Getting Started With Redux Framework: Introducing It and Integrating It Into Your Theme

    Tutorial Beginner

    Most well-designed WordPress themes allow site admins to tweak certain aspects of the theme through an options page. The process of creating an options page...

  7. How to Install WordPress: The Server Software

    How to Install WordPress: The Server Software

    Tutorial Beginner

    In this article, we're going to cover each of the three main pieces of software that need to be installed, and then we'll cover the various ways they can be...

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

  9. Creating Maintainable WordPress Meta Boxes: Verify and Sanitize

    Creating Maintainable WordPress Meta Boxes: Verify and Sanitize

    Tutorial Beginner

    Up to this point, we've put together the basic file organization of the plugin as well as the front-end, but we haven't actually implemented functionality...

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

  11. Building Your Startup: The Open-Source Foundation Behind Meeting Planner

    Building Your Startup: The Open-Source Foundation Behind Meeting Planner

    Tutorial Intermediate

    The "one man startup" is a myth—not for its growing scarcity but because startups rely on a variety of free, open-source software built by many men and women...

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