false, 'container' => 'main', 'footer' => 'page', 'footer_widgets' => array( 'sidebar-1', 'sidebar-2' ), ) ); /** * Add theme support for Responsive Videos. */ add_theme_support( 'jetpack-responsive-videos' ); /** * Add theme support for Site Logo. */ add_theme_support( 'site-logo', array( 'size' => 'small' ) ); } add_action( 'after_setup_theme', 'museum_jetpack_setup' );