How To Speed Up A WordPress site!
In my carrier, I’ve met people that do not care about loading speed and thought that if a site takes up to a minute to load it’s completely fine. I’ve seen sites, with a front-page take 16GB 🤯 in size, that were never loading. In this article check why you should be concerned about the […]
Change the WordPress domain after moving to a new host, using phpMyAdmin
After migrating your site to a new host, you might need to replace the site domain name. You can do it before the site migration, as WordPress documentation suggest. Or you can do this with SQL query, directly changing the domain in the database. I prefer the last solution, I find it quick and easy […]
How to Fix the 500 internal server error on WordPress
The 500 Internal Server error it is the most common and general error, that will be shown when there’s a problem with the server or with the WordPress file system. It is the most unhelpful and nondescript bane of web developers everywhere. It’s a catchall error message that can literally mean anything. Let’s have a look how...
Create New Admin Account With PHP Code
Hey there! It has been a long long time since my last post! So here is my gem of the day 😉 Personally, I use this code very frequently and it has saved me from a lot of trouble many times. There are times when I do not have access to a site’s with administrator […]
How To Add CSS Code In MU Plugin
A must-use plugin (also called a ‘mu-plugin’) is a plugin that will always be activated by default, without you needing to do it yourself. To activate a mu-plugin, you just have to upload it in the right directory, and WordPress will automatically know that this plugin must be used. Moreover, a mu-plugin cannot be deactivated: […]