Forums
(@blackdown)
9 years, 7 months ago
same here! is there a fix coming>?>?
12 years, 10 months ago
add the following to your themes functions.php file:
add_action( 'login_head', 'hide_login_nav' ); function hide_login_nav() { ?><style>#nav{display:none}</style><?php }