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 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.
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.
Categories
5 SASS Mixins
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.