__( 'Primary Menu', 'all-rounder' ), 'footer' => __( 'Footer Menu', 'all-rounder' ), ) ); add_theme_support( 'custom-background', array( 'default-color' => 'ffffff' ) ); add_editor_style( 'editor-style.css' ); } endif; // all_rounder_setup add_action( 'after_setup_theme', 'all_rounder_setup' ); function all_rounder_widgets_init() { register_sidebar( array( 'name' => __( 'Sidebar', 'all-rounder' ), 'description' => __( 'Appears on sidebar', 'all-rounder' ), 'id' => 'sidebar-1', 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ) ); } add_action( 'widgets_init', 'all_rounder_widgets_init' ); if ( ! isset( $content_width ) ) $content_width = 900;