Vinay Lal is the chief creator of betterdeveloperdocs.com, a website dedicated to making useful documentations of web software. Inspired by
the ability to build things people can enjoy and use Vinay has a passion for making hard things seem easier.
Sometimes your WordPress site will max out the 'Memory Size Limit' and your site will break and not display normally. You can fix this by making some alterations to your…
You can override a WordPress plugin file by adding the same file to your theme, at a similar file path, you can override a WordPress plugin file. You will need…
These themes (not page builders) are some that I've used in recent projects and are fast, have a lot of white space and contrast. Perfect for a good base for…
You can 'eliminate render blocking resources' by editing your theme files in your CMS (best to do with a child theme) and/or by using the Asset Clean Up Plugin to…
'error establishing database connection' means your WordPress site is having trouble connecting to its MYSQL database. There are several possible solutions to this including, correcting database connection details in WordPress…
WordPress will suppress errors by default so if you are seeing 'WordPress encountered an error' messages then you can view the debug information by editing your wp-config.php file and changing…
You can check the WordPress Version of your site by going to this address on your own site, https://yoursite.com/wp-admin/update-core.php, and viewing the information there. This page will show you the…
WordPress can have several caches but they are usually all accessible through your CMS area or perhaps your CDN (Content Delivery Service) service. In this article I'll run through how…
You can edit the footer in a WordPress site in various ways either in the CMS by accessing a URL similar to this, https://yoursite.com/wp-admin/customize.php?return=%2Fwp-admin%2F or by editing the footer.php file…
Overriding a WordPress theme, without losing your edits later, requires you to create what is known as a 'child theme' in WordPress. You can do this via a plugin (easy)…