__( 'Primary Menu', 'brawny' ), ) ); /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. */ add_theme_support( 'html5', array( 'search-form', 'comment-form', 'comment-list', 'gallery', 'caption', ) ); add_theme_support( 'post-formats', array( 'aside', 'image', 'video', 'quote', 'link', ) ); add_theme_support( 'custom-background' ); add_theme_support( 'custom-logo' ); /* * Add Additional image sizes * */ add_image_size( 'brawny_home_page_img', 360, 220, true ); add_theme_support( 'post-thumbnails' ); add_image_size( 'brawny_recent-post-img', 380, 350, true); add_image_size( 'brawny_service-img', 100, 100, true); add_image_size( 'brawny-blog-full-width', 1200,350, true ); add_image_size( 'brawny-small-featured-image-width', 450,300, true ); add_image_size( 'brawny-blog-large-width', 800,300, true ); add_image_size( 'brawny-thumbnail-large', 400,200, true ); add_image_size( 'brawny-thumbnail-small', 130,90, true ); /* * Let WordPress manage the document title. * By adding theme support, we declare that this theme does not use a * hard-coded
', print_r($brawny), ''; function brawny_customizer_setup() { if( count( get_theme_mods() ) <= 1 ) { global $options; $brawny = get_option('brawny'); foreach($options['panels']['theme_options']['sections'] as $section) { foreach( $section['fields'] as $name => $settings ) { //echo 'Name: ' . $name . '