One of the harder parts of error hunting in a WordPress site can be debugging the PHP code. Fortunately, WordPress comes with specific debug systems that can simplify the process. The debug systems also standardize code across the core, plugins and themes. I'll...
Website
Media Library
Recently I found the "Real Media Library". It helps you with media management. You can organize thousands of uploaded files into folders, collections, and galleries. It is a real file manager that allows you to manage large amounts of files in WordPress. It's my...
Recovering Pages Using Revisions in WordPress
When you make a mistake and break your page, Revisions may hold the solution. Sometimes a page or post in your WordPress site breaks and you cannot get immediate technical support due to it being after business hours, etc. If that happens, you may be able use the...
Changing Out of Stock Text in WooCommerce
Add to functions.php file: function themeprefix_change_soldout ( $text, $product) { if ( !$product->is_in_stock() ) { $text = '<div class="">Sold out</div>'; } return $text; }
Creating Divi Modules for Mobile/Responsive Web Pages
If you have built a page in Divi but it doesn't look good on mobile, you can create a set of Mobile Only Modules that you can edit so you don't change how the desktop version already looks. 1. Click on the gear icon for the module you want to change. 2. Click on the...
Page Background Changes Example in a Divi Site
This is a very brief informational post just showing by example of a change to the background in a page. I wanted to make changes to end up with the same (or a similar) background on most of the website's pages. I also wanted the background to be a muted version of a...
Speeding up your WordPress site with Caching
Everyone wants their web pages to come up lightning fast. There are several reasons they might not - ranging from your internet connection through the number of other users in your area or even the weather conditions - to name but a few. Despite that, however, I hope...
WooCommerce tab names
https://docs.woocommerce.com/document/editing-product-data-tabs/
Copying from Word Documents to WordPress
Many users write their content directly into the dashboard, while others often copy the content from Microsoft Word, Google Docs, etc. When copying and pasting content that has been formatted using other tools, such as Word, Google Docs, etc, you end up...
Add Notes to pages
Simple Note Posts by BracketSpace Install, activate, look for "notes" area on each page or post