Created
December 3, 2015 13:45
-
-
Save jimmy89Li/90047ab3329abb568c56 to your computer and use it in GitHub Desktop.
Add menu option in Appearance WordPress Admin Menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Register wp_nav_menu() = add menu option in Appearance WordPress Admin Menu | |
register_nav_menu( 'primary', __( 'Primary Menu', 'fablabtheme' ) ); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment