'wordpress' tutorials

All 'wordpress' tutorials:

  1. How to Use the UberMenu Plugin to Create a WooCommerce Mega Menu

    How to Use the UberMenu Plugin to Create a WooCommerce Mega Menu

    Tutorial Beginner

    In this article, I am going to show you the power of the UberMenu plugin. We'll create a nested header menu—a mega menu—for an online clothing store.

  2. 20 Best WordPress eCommerce Plugins Available on CodeCanyon

    20 Best WordPress eCommerce Plugins Available on CodeCanyon

    Tutorial Beginner

    If you're running an online store, chances are you're using WooCommerce. It happens to be the world's favorite ecommerce solution—and there are innumerable...

  3. New Course: Create Content With WordPress Gutenberg

    New Course: Create Content With WordPress Gutenberg

    Tutorial Beginner

    WordPress Gutenberg is coming soon to a website near you. Get ready to use it by taking our new course, Create Content With WordPress Gutenberg.

  4. How to Code a Navigation Drawer for an Android App

    How to Code a Navigation Drawer for an Android App

    Tutorial Beginner

    In this post, you'll learn how to display navigation items inside a navigation drawer in Android. We'll cover how to use Jetpack navigation to perform this...

  5. How to Code a Bottom Navigation Bar for an Android App

    How to Code a Bottom Navigation Bar for an Android App

    Tutorial Beginner

    Learn how to build a material design app with a bottom navigation bar in Android using the BottomNavigationView API.

  6. 11 Best Courses to Learn to Create a WordPress Theme or Plugin

    11 Best Courses to Learn to Create a WordPress Theme or Plugin

    Tutorial Beginner

    Do you want to take your WordPress skills to the next level and learn to create your own themes and plugins? Well, you’ve come to the right place. I’ve...

  7. Which Back-End to Choose? Node.js vs. PHP

    Which Back-End to Choose? Node.js vs. PHP

    Tutorial Beginner

    In this article, we're going to discuss PHP and Node.js. We’ll discuss the key differences between them to help you choose the right back-end technology for...

  8. How to Create an Android Chat App Using Firebase

    How to Create an Android Chat App Using Firebase

    Tutorial Beginner

    With Firebase, creating real-time social applications is a walk in the park. And the best thing about it is that you don't have to write a single line of...

  9. Create a Contact Form in PHP

    Create a Contact Form in PHP

    Tutorial Beginner

    This tutorial will teach you how to create your own basic contact form in PHP. You'll also learn how to validate and sanitize user input and email the...

  10. New Course: Coding Advanced WordPress Theme Templates

    New Course: Coding Advanced WordPress Theme Templates

    Tutorial Beginner

    Our new short course is ideal for you if you want to take your WordPress development skills to the next level. Try out Coding Advanced WordPress Theme...

  11. How to Work With Regular Expressions in PHP

    How to Work With Regular Expressions in PHP

    Tutorial Beginner

    In this article, we’ll look at the PHP functions that allow you to use regular expressions to perform search and replace operations on strings.

  12. How to Generate a PDF File in PHP

    How to Generate a PDF File in PHP

    Tutorial Beginner

    In this article, we’re going to discuss how you can generate PDF files in PHP. We'll use the TCPDF library to demonstrate how to create PDF documents.