__( 'Main Navigation', 'celebrity' ) ) ); // Set up the WordPress core custom logo feature. add_theme_support( 'custom-logo', apply_filters( 'celebrity_custom_logo_args', array( 'height' => 60, 'width' => 300, 'flex-height' => true, 'flex-width' => true, ) ) ); } // celebrity_setup endif; add_action( 'after_setup_theme', 'celebrity_setup' ); require get_template_directory() . '/inc/icons.php'; // Include Template Tags. require get_template_directory() . '/inc/template-tags.php'; require get_template_directory() . '/inc/template-functions.php'; define('CELEBRITY_TEMPLATE_DIR_URI',get_template_directory_uri()); define('CELEBRITY_TEMPLATE_DIR',get_template_directory()); define('CELEBRITY_THEME_FUNCTIONS_PATH',CELEBRITY_TEMPLATE_DIR.'/inc'); require( CELEBRITY_THEME_FUNCTIONS_PATH .'/font/font.php' ); // Theme functions file including require( CELEBRITY_THEME_FUNCTIONS_PATH . '/scripts/script.php'); require( CELEBRITY_THEME_FUNCTIONS_PATH . '/widgets/custom-widgets.php' ); // for footer widget // customizer files include require( CELEBRITY_THEME_FUNCTIONS_PATH . '/customizer/custo_general_settings.php' ); require( CELEBRITY_THEME_FUNCTIONS_PATH . '/commentbox/comment-function.php' ); require( CELEBRITY_THEME_FUNCTIONS_PATH . '/customizer/sanitize-functions.php' ); require( CELEBRITY_THEME_FUNCTIONS_PATH . '/customizer/website-settings.php' ); require( CELEBRITY_THEME_FUNCTIONS_PATH . '/customizer/default-options.php' ); require( CELEBRITY_THEME_FUNCTIONS_PATH . '/customizer/customizer.php' ); //theme ckeck plugin required add_theme_support( 'automatic-feed-links' ); if ( ! isset( $content_width ) ) $content_width = 900; ?>