Categories
Advanced Tutorials

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.

Categories
Advanced Tutorials

Blogger Card Plugin with Web Components

In this tutorial, I will show you how to create a Blogger Card plugin that can be used to display WordPress users' information on the front-end. Then, we will create a Bloggers page where we will display all authors and subscribers using a shortcode.

Categories
Advanced Tutorials

Add License Key to Premium Theme/Plugin (3/3)

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.

Categories
Advanced Tutorials

Add License Key to Premium Theme/Plugin (2/3)

In part one of this three-part tutorial, we discussed adding and manipulating initial license key data after user registration and payment completion.

Categories
Advanced Tutorials

Monitor WordPress Plugin Statistics

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.