6000, 'width' => 300, 'flex-height' => true, ) ); add_theme_support( 'automatic-feed-links'); add_theme_support( 'custom-header', apply_filters( 'hosting_custom_header_args', array( 'width' => 1200, 'height' => 280, 'flex-height' => true, 'wp-head-callback' => 'awesome_beauty_header_style', ) ) ); // This theme uses wp_nav_menu() in one location. add_theme_support('post-thumbnails'); // This theme uses wp_nav_menu() in one location. register_nav_menu( 'primary', __( 'Primary Menu', 'awesome-beauty' ) ); add_theme_support( 'automatic-feed-links'); //Default Data if ( ! isset( $content_width ) ) $content_width = 900; require_once('theme_default_data.php'); $awesome_beauty_option=awesome_beauty_theme_default_data(); require( AWESOME_BEAUTY_THEME_FUNCTIONS_PATH . '/option-panel/awesome-beauty-option-setting.php' ); // for Option Panel } /****--- Navigation for Author, Category , Tag , Archive ---***/ function awesome_beauty_theme_navigation() { ?>