15,21 → 15,21 |
|
<?php |
if (have_posts()) : |
sdt_content_nav('nav-above'); |
zendark_content_nav('nav-above'); |
|
// Start the Loop |
while (have_posts()) : the_post(); |
get_template_part('content', false); |
endwhile; |
sdt_content_nav('nav-below'); |
zendark_content_nav('nav-below'); |
else : |
?> |
<div> |
<header id="search-header"> |
<h1 id="search-title"><?php _e( 'Nothing Found', 'sdt' ); ?></h1> |
<h1 id="search-title"><?php _e( 'Nothing Found', 'zendark' ); ?></h1> |
</header><!-- .entry-header --> |
<div id="search-content"> |
<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'sdt' ); ?></p> |
<p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'zendark' ); ?></p> |
<?php get_search_form(); ?> |
</div><!-- #search-content --> |
</div> |