xmlns="http://www.w3.org/1999/xhtml"> <?php wp_title(''); ?> * tag of your theme, or you will break many plugins, which * generally use this hook to add elements to such * as styles, scripts, and meta tags. */ wp_head(); if ( $searchbar == 'yes' ) {?> style="background-color:;"> '; echo '

'; bloginfo('name'); echo '

'; echo '

'; bloginfo( 'description' ); echo '

'; wp_nav_menu( array( 'theme_location' => 'primary' , 'container_class' => 'menu-header' ) ); echo '

'; //Sidebar if ( $searchbar == 'yes' ) { get_search_form(); } echo ''; ?>