Learn WordPress

Want to be a WordPress developer? Read these tutorials for detailed guidance on how to develop WordPress themes and plugins.

Getting started with WordPress

  • How to add custom JavaScript to your WordPress site

    How to add custom JavaScript to your WordPress site

    Anna Monus
  • All WordPress tutorials:

    1. Customizing and Styling the Password-Protected Form in WordPress

      Customizing and Styling the Password-Protected Form in WordPress

      Tutorial Beginner

      In this post, I'll show you how to customize and style the default password-protected from in WordPress.

    2. The 5 Best IDEs for WordPress Development (And Why)

      The 5 Best IDEs for WordPress Development (And Why)

      Tutorial Beginner

      The choice of editor to use for WordPress development can be mind-boggling! In this review, I try to make your decision a little easier by taking a look at...

    3. How to Fix a "WordPress Not Sending Email" Issue

      How to Fix a "WordPress Not Sending Email" Issue

      Tutorial Beginner

      In this article, I’m going to show you how to fix the "WordPress not showing email" issue, and I’ll share with you some tips on how to fix it with the...

    4. How to Edit a WordPress Permalink

      How to Edit a WordPress Permalink

      Tutorial Beginner

      Need to edit your WordPress site permalinks but don't know how? Not sure what to do if you aren't able to edit your website's permalinks?

    5. How to Get and Set Featured Image Sizes in Your WordPress Theme

      How to Get and Set Featured Image Sizes in Your WordPress Theme

      Tutorial Beginner

      This tutorial will teach you how to get and set the size of featured images in your WordPress theme.

    6. How to Enable Digital Downloads in WooCommerce

      How to Enable Digital Downloads in WooCommerce

      Tutorial Beginner

      Do you have a WooCommerce store and want to sell digital downloads? Are you unsure of how to enable digital downloads in WooCommerce? Find out how in this...

    7. How to Hide a Page Title in WordPress

      How to Hide a Page Title in WordPress

      Tutorial Beginner

      Page titles not working with the design of your WordPress pages? Not sure how to hide the titles on your WordPress pages? Learn how to hide your page titles...

    8. Create WordPress Plugins With OOP Techniques

      Create WordPress Plugins With OOP Techniques

      Tutorial Beginner

      Object-oriented code, among other things, can help organize and add reusability to your code. In this tutorial, I will teach you the basics of writing a...

    9. How to Pass PHP Data and Strings to JavaScript in WordPress

      How to Pass PHP Data and Strings to JavaScript in WordPress

      Tutorial Intermediate

      If you are including a JavaScript library, and you've found yourself initializing a JavaScript object inside your header.php and then assigning data to its...

    10. Top 20 Most Usable Content Management Systems

      Top 20 Most Usable Content Management Systems

      Tutorial Beginner

      There are plenty of options and CMS systems examples for a development project. In this list, I'll share the top 20 examples of CMS available today.

    11. How to Use a WordPress Plugin Detector

      How to Use a WordPress Plugin Detector

      Tutorial Beginner

      Want to know what WordPress themes and plugins your competitors are using? Unsure of what a WordPress Plugin Detector is? With a WordPress plugin detector,...

    12. How to Get the Post ID in WordPress

      How to Get the Post ID in WordPress

      Tutorial Beginner

      This tutorial will teach you how to get the post ID in WordPress within and outside the loop.