Hi,
I was wondering if there's a way to display a blank page on Wordpress when a certain script is called out of context.
For example, if I enter
mydomain/wp-content/themes/mytheme/single.php
in the browser bar and hit enter, it will say:
Fatal error: Call to undefined function get_header() in /home/myusername/public_html/whatever/wp-content/themes/mytheme/single.php on line X
This is obviously a great way for the offender to sniff out my CP username.
Do I just turn the errors off or what?
Thanks!