Categories
Pro Tips

Merge CPTs in One Admin Menu

Learn how to have multiple CPTs in a single WordPress navigation menu.

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. The method I will describe below is something I have […]

Categories
Case Studies

How to Improve Page Loading Speed for Elementor

How to approach designing and developing your WordPress website and putting the web performance as a priority number one?

Categories
Advanced Tutorials

Advanced Custom Fields Front-end Form

How to use CPT UI and ACF to setup a front-end form and collect user generated content.

Categories
Advanced Tutorials

Add WordPress Custom User Roles

How to add custom user roles to your theme without using a third-party WordPress plugin.