When WordPress PHP debugging is enabled - your website will display errors and warnings from the code to the users. For example: This is controlled through the WP_DEBUG constant. To…
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…
By default WordPress will automatically install minor updates - for example, 5.0.0 -> 5.0.1. This can be disabled in a number of ways - but remember, if you do this…
The wp-config.php file in WordPress is one of the first files loaded each time a page is viewed. It contains database settings and encryption keys - in the wrong hands…
By default WordPress uses the /wp-content/uploads/ directory for uploaded files, for example images added to the media library are saved to this directory. This can be changed by configuring the…
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…
Using your preferred method (FTP is recommended) connect to the server hosting your WordPress install. If you're not sure how to do this contact your web host. Browse to the…
"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…