get( 'Version' ) ); if( ! defined( 'ASTER_VLOGGER_THEME_NAME' ) ) define( 'ASTER_VLOGGER_THEME_NAME', $aster_vlogger_theme_data->get( 'Name' ) ); if( ! defined( 'ASTER_VLOGGER_THEME_TEXTDOMAIN' ) ) define( 'ASTER_VLOGGER_THEME_TEXTDOMAIN', $aster_vlogger_theme_data->get( 'TextDomain' ) ); /** * Include wptt webfont loader. */ require_once get_theme_file_path( 'theme-library/function-files/wptt-webfont-loader.php' ); /** * Custom template tags for this theme. */ require get_template_directory() . '/theme-library/function-files/template-tags.php'; /** * Functions which enhance the theme by hooking into WordPress. */ require get_template_directory() . '/theme-library/function-files/template-functions.php'; /** * Customizer additions. */ require get_template_directory() . '/theme-library/customizer.php'; /** * Google Fonts */ require get_template_directory() . '/theme-library/function-files/google-fonts.php'; /** * Dynamic CSS */ require get_template_directory() . '/theme-library/dynamic-css.php'; /** * Getting Started */ require get_template_directory() . '/theme-library/getting-started/getting-started.php'; /** * Breadcrumb */ require get_template_directory() . '/theme-library/function-files/class-breadcrumb-trail.php'; /** * Demo Import */ require get_parent_theme_file_path( '/theme-wizard/config.php' ); /** * Customizer Settings Functions */ require get_template_directory() . '/theme-library/function-files/customizer-settings-functions.php'; if ( ! defined( 'ASTER_VLOGGER_VERSION' ) ) { define( 'ASTER_VLOGGER_VERSION', '1.0.0' ); } if ( ! function_exists( 'aster_vlogger_setup' ) ) : function aster_vlogger_setup() { load_theme_textdomain( 'aster-vlogger', get_template_directory() . '/languages' ); add_theme_support( 'automatic-feed-links' ); add_theme_support( 'woocommerce' ); add_theme_support( 'title-tag' ); add_theme_support( 'post-thumbnails' ); register_nav_menus( array( 'primary' => esc_html__( 'Primary', 'aster-vlogger' ), 'social' => esc_html__( 'Social', 'aster-vlogger' ), ) ); add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', 'style', 'script', 'woocommerce', ) ); add_theme_support( 'post-formats', array( 'image', 'video', 'gallery', 'audio', ) ); add_theme_support( 'custom-background', apply_filters( 'aster_vlogger_custom_background_args', array( 'default-color' => 'ffffff', 'default-image' => '', ) ) ); add_theme_support( 'customize-selective-refresh-widgets' ); add_theme_support( 'custom-logo', array( 'height' => 250, 'width' => 250, 'flex-width' => true, 'flex-height' => true, ) ); add_theme_support( 'align-wide' ); add_theme_support( 'responsive-embeds' ); add_theme_support( 'custom-header', array( 'header-text' => false, 'width' => 1920, 'height' => 100 )); } endif; add_action( 'after_setup_theme', 'aster_vlogger_setup' ); function aster_vlogger_content_width() { $GLOBALS['content_width'] = apply_filters( 'aster_vlogger_content_width', 640 ); } add_action( 'after_setup_theme', 'aster_vlogger_content_width', 0 ); function aster_vlogger_widgets_init() { register_sidebar( array( 'name' => esc_html__( 'Sidebar', 'aster-vlogger' ), 'id' => 'sidebar-1', 'description' => esc_html__( 'Add widgets here.', 'aster-vlogger' ), 'before_widget' => '', 'before_title' => '