I have recently installed wordpress for my site. Everything in and around my dashboard works fine, but when I view my site all I get is a blank white screen.
So far, I've changed some themes, added a few pages, and written a little bit in some of them. I've had a blank screen the whole time.
Any ideas of whats going on?
To display error or warning information, try to turn the debugging mode ON. You can do this by editing wp-config.php around line 81:
define('WP_DEBUG', true);
After knowing the error message you may be able to figure out what happenned.
Did so, still a blank screen.
No, actually is did give me one notice but I have no idea what it means. I've written it below:
"Use of undefined constant gn_init_method - assumed 'gn_init_method' in /home/sentinel/public_html/wp-content/themes/german-newspaper/functions.php on line 17"
Is this relevant, and what does it mean?