Hi
I designed a page for a client, everything worked fin. Now I entered the code
<?php
//* Do NOT include the opening php tag
//* Reposition the secondary navigation menu
remove_action( ‘genesis_after_header’, ‘genesis_do_subnav’ );
add_action( ‘genesis_before_header’, ‘genesis_do_subnav’ );
in function.php and deleted it again.
Now the page is blank. I even can not login to wordpress admin!!!!
Pls help!