'', 'random-default' => false, 'width' => 0, 'height' => 0, 'flex-height' => false, 'flex-width' => false, 'default-text-color' => '', 'header-text' => true, 'uploads' => true, 'wp-head-callback' => '', 'admin-head-callback' => '', 'admin-preview-callback' => '', ); add_theme_support( 'custom-header', $spyropress_defaults ); //Custom Background $spyropress_defaults = array( 'default-color' => '', 'default-image' => '', 'default-repeat' => '', 'default-position-x' => '', 'default-attachment' => '', 'wp-head-callback' => '_custom_background_cb', 'admin-head-callback' => '', 'admin-preview-callback' => '' ); add_theme_support( 'custom-background', $spyropress_defaults ); // Custom CSS Editor add_theme_support( 'spyropress-ace' ); // Add post formats (http://codex.wordpress.org/Post_Formats) add_theme_support( 'post-formats', array( 'gallery', 'link', 'image', 'video', 'quote' ) ); // Add Components add_theme_support( 'spyropress-components', array( 'mega-menu', 'bootstrap-nav', 'pagination' ) ); // Add Menus add_theme_support( 'spyropress-core-menus', array( 'primary'=> 'MainMenu', 'page' => 'PageMenu' ) ); // Add Sidebars $sidebars = array( 'page' => array( 'name' => __( 'Page', 'spyropress' ), 'description' => __( 'The second most important widget area, most often used as a secondary sidebar.', 'spyropress' ), 'before_widget' => '
', 'before_title' => '