Skip to content
Home » code

code

Debugging WordPress

If you accidentally introduce a syntax or fatal error in one of your template files, you’ll probably see the dreaded white screen of death when you visit your home page. In some cases, even the admin screens will go blank. Lets see how you can fix this…

The semicolon;

Replace the semicolon (;) with greek question mark (;) in your friends JavaScript and watch them pull their hair out over the syntax error. 😂