Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
There are also a few files that live outside the theme directory but still affect how your site looks at times. For example, you can create a file called db-error.php in your wp-content directory and use it to style your database connection error message, as shown in Listing 7-26.
|
Code View:
Scroll
/
Show All <html> <head> <title>Database Error | MySite.com</title> </head> <body> <h1>Database Error</h1> <p>The database is not responding, and this site is unavailable. We're sorry! Please try again later.</p> </body> </html> |