diff --git a/wp-content/themes/svbtle/functions.php b/wp-content/themes/svbtle/functions.php index ca15bbd..9360ee1 100755 --- a/wp-content/themes/svbtle/functions.php +++ b/wp-content/themes/svbtle/functions.php @@ -268,7 +268,7 @@ function theme_admin_header_image() { } function register_custom_menu() { - register_nav_menu('custom_menu', __('Svbtle Menu')); + register_nav_menu( 'primary', __( 'Svbtle Menu') ); } require_once ( get_stylesheet_directory() . '/theme-options.php' ); diff --git a/wp-content/themes/svbtle/header.php b/wp-content/themes/svbtle/header.php index f075313..24b6d2d 100644 --- a/wp-content/themes/svbtle/header.php +++ b/wp-content/themes/svbtle/header.php @@ -60,25 +60,9 @@ - - - post_content; - if ( ! $content ) // Check for empty page - continue; - $content = apply_filters( 'the_content', $content ); - ?> -