'wordpress' tutorials

All 'wordpress' tutorials:

  1. How to Customize the WooCommerce Checkout Page

    How to Customize the WooCommerce Checkout Page

    Tutorial Beginner

    In this tutorial, I will show you how to customize the WooCommerce checkout page for free by using plugins and a little code.

  2. Best Comments Plugins for WordPress and WooCommerce

    Best Comments Plugins for WordPress and WooCommerce

    Tutorial Beginner

    Comments can turn your WordPress website into a lively community where users can interact through questions, discussions, advice sharing, and even videos and...

  3. The Beginners Guide to WooCommerce: Product Tags, Categories & Attributes

    The Beginners Guide to WooCommerce: Product Tags, Categories & Attributes

    Tutorial Beginner

    In previous articles of this series about WooCommerce, we've discussed different settings and their configurations, including the addition of products. Then...

  4. How to Integrate Bootstrap 5 Tabs With Chart.js

    How to Integrate Bootstrap 5 Tabs With Chart.js

    Tutorial Intermediate

    Today, you’ll learn how to incorporate charts generated by the Charts.js charting library into Bootstrap 5 tabs/pills.

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

  6. WooCommerce: Adding the Product Short Description to Archive Pages

    WooCommerce: Adding the Product Short Description to Archive Pages

    Tutorial Intermediate

    When listing WooCommerce products on archive pages, it can be useful to include a short description. Here's how you can add in WooCommerce a product short...

  7. Best Classified Plugins for WordPress

    Best Classified Plugins for WordPress

    Tutorial Beginner

    Do you want to create a classified ads website to publish listings and advertisements? Do you want to add a classified section on your blog or magazine? On...

  8. WP_Query Arguments: Status, Order, and Pagination

    WP_Query Arguments: Status, Order, and Pagination

    Tutorial Intermediate

    In the next part of this series on WP_Query, learn about the arguments you can use to query posts by status, to define the order in which they'll be output,...

  9. Using a WooCommerce Related Products Plugin

    Using a WooCommerce Related Products Plugin

    Tutorial Beginner

    The customer may have already found what they're looking for, but you can still convince them to add a few more items to their cart! Here's how to drive...

  10. Displaying the Date and Time in the WordPress Loop

    Displaying the Date and Time in the WordPress Loop

    Tutorial Beginner

    Learn the different methods for displaying the date and time in the WordPress loop, and how to troubleshoot loops where dates aren't being displayed.

  11. How to Include and Require Files and Templates in WordPress

    How to Include and Require Files and Templates in WordPress

    Tutorial Beginner

    In the WordPress world, one of the most common points of confusion is the proper way to include external files. PHP offers four ways to do this. In this...

  12. Mastering WP_Query: Using the Loop

    Mastering WP_Query: Using the Loop

    Tutorial Intermediate

    Continuing our series on WP_Query, in this tutorial I'll outline how you should use the loop with WP_Query.