Categories
Pro Tips

Merge CPTs in One Admin Menu

If you are working on a plugin and need more than one custom post type, but you don't want to have a separate admin menu for each custom post type, you can use the workaround below.

Categories
Pro Tips

Setup JS and CSS Dev Environment (no external libs)

There are many different ways to set up and structure your WordPress plugin or theme CSS and JS environment files. If you need something complex with eslint, stylelint, and PHP standards, I would recommend looking at the Composer + nodeJS method or looking into Gulp.

Categories
Case Studies

How to Improve Page Loading Speed for Elementor

Last Updated 2/27/2021 TypeExpertiseReading TimeCompletion TimeCase StudyBeginner15 minutes30 minutes 1. Introduction Addressing website performance is usually an afterthought. Even experienced WordPress web designers and developers make this mistake and leave to improve and optimize their website after doing everything else.

Categories
Advanced Tutorials

Advanced Custom Fields Front-end Form

Welcome back to another practical tutorial from the blog.

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.