Create WordPress Child Themes with WP-CLI
In this quick tutorial, I will share a PHP script I have put together that will allow you to extend parent themes and generate child theme start files with a single WP-CLI command
In this quick tutorial, I will share a PHP script I have put together that will allow you to extend parent themes and generate child theme start files with a single WP-CLI command
Building a Modern WordPress Blogger Cards Plugin with Web Components Updated 2025 In this updated tutorial, I'll show you how to create a production-ready Blogger Cards plugin for WordPress that displays user information in beautiful, interactive cards
This quick tutorial will automatically show you how to generate Bitly short URLs within WordPress. We will use their latest API v4, which was released just a month ago, at the beginning of March 2020
I recently started a new SASS project on GitHub and wanted to share a few mixins that may help you with your next development project
I showed you how to set up your API server in parts one and two. Up until this point, you must have it working and fully tested
Do you want to serve some content from a subdomain on Kinsta. Let's say you have a docs page or another content not related to your main site, and you want it to reside on a subdomain
This quick tutorial will show you how to send custom emails to your registered users using the wp_mail() function. Create your own email templates
Let me share with you five popular web page components with the same effect and functionality by using only pure CSS, without any JavaScript. The same approach is used for all five modules, where we use the input checkbox/radio to switch between different states
With the latest release of WordPress 5.4 (a week ago), I wanted to share six expert tips and tricks you probably didn't know that may improve your workflow and productivity within the editor. 1
In this quick tutorial, I will show you how to track your WordPress.org plugins statistics and display them as a widget within your own theme
In part one of this three-part tutorial, we discussed adding and manipulating initial license key data after user registration and payment completion
Here is a way to monitor dynamically updated files with Sublime Text 3 + SFTP package installed and upload them to the server when the file timestamp has changed. Here is the situation you might have
Quick Intro In this three-part tutorial, I will show you how to set up, create and Add License Key functionality with authentication for your premium theme or plugin