As you probably already know, if you set your Wordpress page or post to "Password Protected", then the word "Protected" will show before the default page title on the front of your website. A lot of people want to get rid of this - fortunately it's nice and easy!!...
Knowledge base
Hints & Tips to Improve Your Website
for everyone from the Squarespace/Shopify user to the software engineer.
Is WordPress 5.5 breaking your website? Here’s how to fix this jQuery problem.
WordPress 5.5 (aka "Eckstine") came out a couple of weeks ago, and websites have been breaking all over the show. But it's not a problem with WordPress - these changes have been planned for a long time. Yet despite warning developers to update and test their code,...
8 Must-Do Things When Launching a New Website
So you're ready to launch your new website? That's awesome! When launching your website, there's a lot of things you MUST do in order to give your website the best chance of success. Some of these things will help your SEO, others will help you manage your website....
Use Email Address as WordPress Username for WooCommerce Customers
It bugs me that users are automatically given a random username when registering for WordPress through WooCommerce - surely their username should just be their email address, right? Why have two separate details? Well, thankfully it's easy to automatically set their...
Remove ‘Projects’ post type in Divi
Divi is great, but you don't always need all the features. I often find myself not using the "Projects" post type, and prefer to hide it to keep the back end simple for my clients. It's easy to do, just add the following code to the end of your functions.php file: //...
Remove Website URL Field from WordPress Comment Form
Making your website easy to use is important, so I like to remove unnecessary fields from forms - that way, it's easier for people to get in touch with you. One of those annoying fields is the "Website URL" field in the Wordpress Comment form. It is also often used...
Remove Trailing Zeros on Woocommerce Prices
Want to get rid of those annoying zeros after the decimal place on your website? Fortunately it's nice and easy! Simply open up your theme functions.php file, and add the following to the end. // REMOVE TRAILING ZEROS ON PRICES add_filter(...
Autoplay Videos in Divi
Setting videos to autoplay has bugged website developers for years, and in Divi there are no default options to Autoplay your videos. Some people suggest setting your video as a background to allow autoplay, but this comes with its own issues (like setting the...