true, 'width' => 1140, 'flex-height' => true, 'height' => 641, 'default-image' => get_template_directory_uri() . '/img/header.jpg', ); add_theme_support( 'custom-header', $args ); $args = array( 'default-color' => '000000', 'default-image' => '%1$s/img/stripe.png', ); add_theme_support( 'custom-background', $args ); add_theme_support( "title-tag" ); add_theme_support( 'automatic-feed-links' ); function bisou_theme_name_scripts() { wp_enqueue_style( 'style', get_stylesheet_uri() ); wp_enqueue_script( 'functions', get_template_directory_uri() . '/js/functions.js', array(), '1.0.0', true ); wp_enqueue_style('SourceSansPro', '//fonts.googleapis.com/css?family=Source+Sans+Pro', array(), null, true); wp_enqueue_script('bootstrap', get_template_directory_uri() . '/css/bootstrap.min.css', array(), null, true); } add_action( 'wp_enqueue_scripts', 'bisou_theme_name_scripts' ); function bisou_theme_add_editor_styles() { add_editor_style( 'custom-editor-style.css' ); } add_action( 'admin_init', 'bisou_theme_add_editor_styles' ) ?>