'; if ( have_posts() ) { echo '

'; printf( __( 'Search Results for: %s', 'arebee' ), '' . get_search_query() . '' ); echo '

'; /* * Run the loop for the search to output the results. * If you want to overload this in a child theme then include a file * called loop-search.php and that will be used instead. */ get_template_part( 'loop', 'search' ); } else { echo '
'; echo '

'; _e( 'Nothing Found','arebee' ); echo '

'; echo '
'; echo '

'; _e( 'Sorry, but nothing matched your search criteria. Please try again with some different keywords.','arebee'); echo '

'; echo '
'; echo '
'; } echo '