200, 'width' => 200, 'flex-height' => true, 'flex-width' => true, ) ); add_theme_support( 'post-thumbnails' ); add_image_size( 'billie-featured-posts-thumb', 360, 300 ); add_theme_support( 'title-tag' ); register_nav_menus( array( 'header' => __( 'Primary Menu', 'billie' ), 'social' => __( 'Social Menu', 'billie' ), ) ); /* * 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( 'customize-selective-refresh-widgets' ); } } // End if(). add_action( 'after_setup_theme', 'billie_setup' ); /** * Billie_hide_title * * Unless the option is hidden in the customizer, display the site title (with link) in the primary menu. */ if ( ! get_theme_mod( 'billie_hide_title' ) ) { function billie_menu_title( $items, $args ) { if ( $args->theme_location == 'header' ) { $new_item = array( '