Incidentally – deleting the theme doesn’t work – my entire forum disappears in that instance.
QT
OK- this is what I’ve got:
<?php
define('HEADER_TEXTCOLOR', '');
define('HEADER_IMAGE', '%s/images/beautiful-sunrise.jpg');
define('HEADER_IMAGE_WIDTH', 850);
define('HEADER_IMAGE_HEIGHT', 200);
define( 'NO_HEADER_TEXT', true );
function admin_header_style() {
?>
According to the instructions, I should look for a problem of extra white space at line 72 of the functions.php file. This is lines 72 – 81, and I don’t see an issue – unless the issue is with the blank space at lines 73 and 79…?
Are you saying that deleting the theme entirely will let me back in?
QT
Thanks! OK – so I extracted the files and found the readme file. it says this:
Delete your old WP files, saving ones you’ve modified.
Upload the new files.
Um… what do we mean, delete my old WP files saving ones I’ve modified? So far as I know, the only old WP files I have are the ones that comprise my blog….
QT