How-To How to add a Meta Description to the Custom Post Type Page in WordPress You’ve just created a new custom post type in WordPress, and now you’ve noticed the primary Custom Post Type (CPT) page is missing a meta description. No worries, we’ll show you how to…
Gravity Forms Gravity Forms Error: There was an issue creating your form The message “There was an issue creating your form.” is one of the most annoying messages a WordPress developer can receive. But don’t worry! Some common fixes usually work for this problem. Inspect…
How-To How to Redirect URLs using Regular Expressions (Regex) in WordPress Regular expressions are a powerful tool for web developers and programmers. In this blog post, I discuss how to use them in WordPress with the Redirection plugin. The plugin has many useful functions…
How-To How to search and replace URLs in Visual Composer (WP bakery) This post will show you how to search and replace URLs in Visual Composer using Search Regex. This is a great way to bulk-replace thousands of URLs in minutes! Just a word of…
WordPress How to remove PageBuilder Shortcodes from a website Do you ever find yourself in need of removing PageBuilder shortcodes from your WordPress website? If so, this article will help guide you through the process. When rebuilding a new website, I want…
WordPress How to migrate your website to WPEngine WordPress is a popular blogging platform that allows users to create and manage their own blogs with ease. It has become the go-to solution for many people looking to publish content online with…
Gravity Forms How to add Gravity Forms to your PHP To add a Gravity Form shortcode in the header, page, footer templates… pretty much anywhere in the theme, add the code shown below in your PHP file. Example: You will want to place…