'#ffffff' ) ); /** * Add feed link support */ add_theme_support( 'automatic-feed-links' ); /** * Add html5 support */ add_theme_support( 'html5', array( 'comment-list', 'comment-form', 'search-form' ) ); /** * Load Translation Files */ load_theme_textdomain( 'brad', trailingslashit(get_template_directory()) . 'languages' ); add_theme_support( 'title-tag' ); add_theme_support( 'customize-selective-refresh-widgets' ); } add_action('after_setup_theme', 'ebor_add_theme_support', 10 ); }