Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
function register_my_menus() { register_nav_menus( array( 'menu-soldier' => __( 'Soldier' ), ) ); } add_action( 'init', 'register_my_menus' ); ?>
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!