If you’re serious about maintaining a WordPress blog, then it’s essential that you know how to create a child theme and use one yourself. A child theme is merely an extension of an existing theme that you can modify safely. Why not modify the parent directly? Because theme developers release updates of their software regularly, […]
How To Get The WordPress Theme Folder Without FTP Access
Sometimes you might find yourself working for a client that doesn’t know about FTP. They may have installed WordPress via their cPanel installation script, and don’t know how to create FTP users. Now it’s difficult (but not impossible), to develop and maintain WordPress without FTP. Let’s say you want to create a child theme, but […]
How to Upload Your Website in cPanel – Part II: The Database
In Part I of this series, I showed you how to transfer your files and folders from your older cPanel account to NameHero. But modern Content Management Systems (CMSs) are far more than mere files. The “meat” of your site is in the database. To upload your website in cPanel, we need to move the […]
How to Upload Your Website in cPanel – Part I: Files and Folders
You’ve just purchased a hosting package from NameHero. Now what? In this tutorial, I’ll show you how to upload your website in cPanel after downloading it from your old host. Here, I’m going to focus only on the files and folders of your website, not the database. For database migration, read the other tutorials on […]
How To Redirect A Page In WordPress Without A Plugin
Let’s say you’re checking out your Google search console statistics and you find that some users have clicked through to a non-existent page on your site like this: Oh no! A bad user experience means an immediate bounce back to the search results, and a possible signal to Google that your site isn’t giving users […]
Reliably Display Shortcodes In WordPress Without Executing Them
Shortcodes are an integral part of WordPress – they’re just so useful! However, displaying them “as is” in posts without executing them is a bit of a problem. Let’s say you’re writing a post about shortcodes and want to include a few examples. If you just type them into the WordPress editor, they’ll execute! In […]