How to Create a Custom Database Error Page in WordPress
Posted on June 20, 2012 Posted Under Wordpress, Wordpress SEO, Wordpress Tip and Tricks
0 comments
Paste the code below into a new file. Name it db-error.php and save it on your wp-content directory. In case of a database error, WordPress will automatically use this file. Simple, yes, but more effective than the default error page at facilitating a rapid response. Again, because this is a regular PHP file, we can […]