Help Where Is My WordPress?
-
SOS
I tried adding the following to my functions.php of my custom theme in hopes of moving the position of my primary menu to the top of my webpage:<?php
//* Do NOT include the opening php tag//* Reposition the primary navigation menu
remove_action( ‘genesis_after_header’, ‘genesis_do_nav’ );
add_action( ‘genesis_before_header’, ‘genesis_do_nav’ );After I added it, my whole wordpress just disappeared! All I see is a white webpage!
I am still new to custom coding (clearly) and have no idea how to undo my mistake HELP!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Help Where Is My WordPress?’ is closed to new replies.