Categories
Pro Tips

Adding Noindex and Nofollow to Custom Post Types with Yoast SEO

When managing a WordPress website, understanding how to control which pages are indexed by search engines is crucial. Sometimes, you might need to prevent certain types of content, like custom post types (CPTs), from being indexed or followed by search engines. This is particularly important for CPTs used for internal purposes or those not intended […]

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 Configure your Web Server and Install WordPress on Digital Ocean (full step-by-step guide)

Learn how to set up, install and configure your cloud server on Digital Ocean & set up and secure your first WordPress website.

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.