__( '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' => '

', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'highwind_widgets_init' ); /** * Navigation Toggle * This anchor is used to skip to the navigation if no CSS is loaded and * to toggle the display of the navigation on small screens * @since 1.0 * Hooked into highwind_header() */ if ( ! function_exists( 'highwind_navigation_toggle' ) ) { function highwind_navigation_toggle() { ?>