il problema della ricerca che va sulla 2 linea penso che sia qua dentro
codice:<div id="access" role="navigation"> <?php /* Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?> <div class="skip-link screen-reader-text">"><?php _e( 'Skip to content', 'thirdstyle' ); ?></div> <?php /* Our navigation menu. If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?> <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?> <div id="pao_search"><?php get_search_form(); ?></div> </div>

Rispondi quotando