Categories
Advanced Tutorials

Add WordPress Custom User Roles

Welcome back to another WordPress tutorial. This time I will show you how to add and create a new Custom User Role and assign its own capabilities. This feature may come up handy if the default WordPress user roles (Author, Subscriber, Editor, etc.

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

Integrate Bitly URLs with WordPress

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
Pro Tips

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.