Remove the Description tab from WooCommerce

woocommerce logo image

Ever wanted to remove the description tab from your WooCommerce website? Maybe you put the short description at the top and its pretty much the same text? Whatever the reason, if you’d like to remove the description tab from WooCommerce, you can do so using the snippet below, which should be added to functions.php, or …

Read more

How to Remove a Tab from WooCommerce

Have you ever wanted to remove or disable a particular tab, or tabs, from your WooCommerce store? The snippet below will allow you to do just that, from your theme’s functions.php file. Remove Tabs from WooCommerce Add the snippet below to your child theme’s functions.php file. Be sure to remove the tabs you wanted (the …

Read more

How to Fix WordPress White Screen of Death (WSOD)

Okay, so you got a problem? Your WordPress website just. Went. White!! In this WordPress tutorial, I will describe some of the processes you can go through to resolve your WordPress White Screen of Death (WSOD) quickly and efficiently, so that you can get your website back up and running; you can worry about the …

Read more

Location of functions.php in WordPress

This question was asked of us recently, after a tutorial we posted, so I’m putting this out there in case anyone else wants to know this – and also so that I can link this up in future WordPress tutorials too. Where is functions.php in WordPress? When developers talk about “adding this code to your …

Read more

Where to put Snippets in your WordPress Functions.php File

Every so often, on the WordPress.org forum, or some blog comments thread, or on Twitter, or some other place, we see helpful open source practitioners posting snippets to be added to “the end” your theme’s (child theme, child theme, please use a child theme) functions.php file. Then we hear of someone who has done exactly …

Read more