Functions made site disappear
-
Help help help, please??
I barely know what I’m doing with WordPress. I was nearly done with an entire site, but couldn’t get the navigation menu to show. So I looked up a support document that suggested I go to functions.php and enter:
function register_my_menu() {
register_nav_menu(‘header-menu’,__( ‘Header Menu’ ));
}
add_action( ‘init’, ‘register_my_menu’ );So I did. Then I refreshed the site preview and 99.9% of EVERYTHING is gone. What do I do? How do I undo this??? Please tell me I can!!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Functions made site disappear’ is closed to new replies.