__( 'Primary Menu', 'highwind' ), ) ); /** * Enable support for Post Formats */ add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link', 'gallery' ) ); /** * Setup the WordPress core custom background feature. */ add_theme_support( 'custom-background', apply_filters( 'highwind_custom_background_args', array( 'default-color' => 'f8f8f9', 'default-image' => '', ) ) ); } endif; // highwind_setup add_action( 'after_setup_theme', 'highwind_setup' ); /** * Register widgetized area and update sidebar with default widgets */ function highwind_widgets_init() { register_sidebar( array( 'name' => __( 'Sidebar', 'highwind' ), 'id' => 'sidebar-1', 'before_widget' => '', 'before_title' => '