[FIX] Dimensions Settings Missing in Gutenberg (Bad News)

WordPress 6.1 will be released soon, and with it, a new "Dimensions" layout lets you adjust the margins and padding of most blocks, including the paragraph block. Unfortunately, the dimensions setting will be missing for most people, and there's only one way to fix it right now - to change your … [Read more...]

How to Add a Table of Contents in WordPress via Shortcode

With SEOs advocating "long-form content", it's becoming increasingly challenging to navigate articles. Especially since so many articles don't get to the point! In their drive to achieve a set number of words to qualify for "long form" articles, writers have ignored that visitors want answers … [Read more...]

Fix the WordPress White Screen of Death in Seconds

This tutorial shows you how to recover from a WordPress white screen of death in the future. If you're looking at one right now, there's no shortcut. You need to manually reset your theme, disable your plugins, or both. But if you want to be prepared for next time, and want to recover instantly from … [Read more...]

WordPress Code Snippets Tutorial

Often when you try and solve a problem with WordPress, you'll come across sites giving you snippets of code to insert into your website. But if you're new to the platform, you'll have no idea where to paste this code. This quick WordPress code snippets tutorial will show you the right … [Read more...]

Why you Should Create a WordPress Custom Plugin for Code

You'll often find custom code snippets on various websites, asking you to paste them into your theme's functions.php. While this is useful, it's risky because WordPress will overwrite your code with the next theme update. The standard advice is to create a child theme, and you can read my tutorial … [Read more...]

WP-Tweaks