Render_Post(array( Content_Renderer::STATIC_TITLE => __('Search Results', 'gallant'), Content_Renderer::STATIC_CONTENT => sprintf(__('Below are the results for \'%s\':', 'gallant'), get_search_query()) )); while (have_posts()) { the_post(); $renderer->Render_Post(array( Content_Renderer::SHOW_EXCERPT => true )); } ?> Render_Content_Not_Found(); } get_footer(); ?>