__( 'Primary Menu', '_sf' ), ) ); /** * Enable support for Post Formats */ add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link' ) ); } endif; // _sf_setup add_action( 'after_setup_theme', '_sf_setup' ); /** * Setup the WordPress core custom background feature. * * Hooks into the after_setup_theme action. */ function _sf_register_custom_background() { $args = array( 'default-color' => 'ffffff', 'default-image' => '', ); $args = apply_filters( '_sf_custom_background_args', $args ); add_theme_support( 'custom-background', $args ); } add_action( 'after_setup_theme', '_sf_register_custom_background' ); /** * Register widgetized area and update sidebar with default widgets */ function _sf_widgets_init() { register_sidebar( array( 'name' => __( 'Sidebar', '_sf' ), 'id' => 'sidebar-1', 'before_widget' => '', 'before_title' => '