'; echo '

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

'; get_search_form(); if ( have_posts() ) { get_template_part( 'loop', 'search' ); } else { echo '

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

'; echo '

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

'; } //End Main Content echo ''; //Footer get_footer(); ?>