Problem When trying to log into a WordPress website, using the wp-login / wp-admin page - the page redirects back to the login page after entering in the username and…
A “Must-Use” plugins are special in WordPress - they cannot be disabled and run before any other plugin. Being ran earlier is important when you need to ensure your code…
When WordPress is installing updates - whether that be plugin updates or WordPress updates - the site is temporarily put in maintenance mode, stopping users from loading the website. Instead…
A "Must-Use" plugin is like an ordinary WordPress plugin - it can contain code that shapes what WordPress does - but it has a few advantages such as: runs earlier in the…
The following cron command line can be used to delete a folder including all sub-folders and files. In this example we'll be deleting a temporary upload folder - it is VERY…
If you're serious about optimising a WordPress website for speed, then you need to setup your website to serve the static content, such as images and css files, from a…
"White screen of death" - where a website fails to load and displays a white page, typically with no content. There are many reasons why WordPress do the white screen…
If you're migrating your WordPress site to a new domain name (URL address) you'll need to update the WordPress configuration. The steps below detail the two ways two update WordPress…
Problem When attempting to access a file using the FileZilla FTP client, the file either fails to load or loads only part of the file. In the log the an…