'wordpress' tutorials

All 'wordpress' tutorials:

  1. Evaluating Your Business for a WordPress eCommerce Solution

    Evaluating Your Business for a WordPress eCommerce Solution

    Tutorial Beginner

    There is a general perception that WordPress is free and easy to set up, and that one can rapidly set up an online store and start trading. The truth of the...

  2. WP REST API: Setting Up and Using Basic Authentication

    WP REST API: Setting Up and Using Basic Authentication

    Tutorial Beginner

    In this part of the series we will set up a basic authentication protocol on the server to send authenticated requests to perform various tasks through the...

  3. Options for SSL in WordPress

    Options for SSL in WordPress

    Tutorial Intermediate

    With the ever increasing focus on web security, SSL certificates are started to become common practice when setting up websites. This article will show...

  4. 50 Filters of WordPress: Filters 11-20

    50 Filters of WordPress: Filters 11-20

    Tutorial Beginner

    In the previous part of this series, we started going through 50 WordPress filters. Selected among hundreds, we started by reviewing 10 of them. In this...

  5. Creating Maintainable WordPress Meta Boxes: Save and Retrieve

    Creating Maintainable WordPress Meta Boxes: Save and Retrieve

    Tutorial Beginner

    In this article, we're going to continue our work by saving the information to the database, retrieving the information, and displaying it on the front-end....

  6. 50 Filters of WordPress: An Introduction to Filters

    50 Filters of WordPress: An Introduction to Filters

    Tutorial Beginner

    WordPress is an amazing platform and the most popular content management system in the world. The reason for this title is because of its extensibility. ...

  7. Why You Shouldn’t Code URLs in WordPress Themes or Plugins

    Why You Shouldn’t Code URLs in WordPress Themes or Plugins

    Tutorial Beginner

    Hard-coding URLs into your themes and plugins is a risky thing to do—but the good news is, you don't have to. Here I'll show you the functions you can use to...

  8. A Practical Use of WordPress Global Variables

    A Practical Use of WordPress Global Variables

    Tutorial Beginner

    In the first article in this series, we reviewed an introduction to WordPress global variables. Specifically, we said that they are variables that hold a...

  9. An Introduction to WordPress Global Variables

    An Introduction to WordPress Global Variables

    Tutorial Beginner

    In this three part series, we're going to be taking a look at WordPress global variables in order to gain a better understanding of them such that we can...

  10. Getting Started with the WordPress Media Uploader

    Getting Started with the WordPress Media Uploader

    Tutorial Intermediate

    When WordPress 3.5 was released, one of the most significant changes that was introduced was to that of the Media Uploader. Perhaps a more accurate...

  11. Mastering WordPress Meta Data: Understanding and Using Arrays

    Mastering WordPress Meta Data: Understanding and Using Arrays

    Tutorial Beginner

    In the first part of this series, we covered what WordPress meta data is, how it can be retrieved, and the various data types (such as objects or arrays) in...

  12. A Beginners Guide to Titan Framework: Adding Multicheck-Posts & Pages

    A Beginners Guide to Titan Framework: Adding Multicheck-Posts & Pages

    Tutorial Beginner

    Previously, we learned how you can permit users to enable multiple choices with the multicheck type option in Titan Framework. Now we'll discuss another...