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...]
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...]