__( 'Top Main Menu', 'business-press' ), 'sidebar' => __( 'Sidebar Menu', 'business-press' ), ) ); add_theme_support( 'html5', array( 'comment-list', 'gallery', 'caption' ) ); add_theme_support( 'post-formats', array( 'quote' ) ); add_theme_support( 'custom-background', array( 'default-color' => '#ffffff', 'default-attachment' => 'fixed', ) ); add_theme_support( 'custom-header', array( 'width' => 1140, 'height' => 260, 'flex-width' => true, 'flex-height' => true, 'uploads' => true, 'header-text' => false, ) ); add_theme_support( 'custom-logo', array( 'height' => 82, 'width' => 325, 'flex-height' => true, 'flex-width' => true, ) ); add_editor_style( array( '//fonts.googleapis.com/css?family=Raleway', get_template_directory_uri() . '/css/style.css', get_template_directory_uri() . '/css/editor-style.css' ) ); } add_action( 'after_setup_theme', 'business_press_setup' );