10,7 → 10,7 |
<?php if (have_posts()) : ?> |
|
<header id="search-header"> |
<h1 id="search-title"><?php printf(__('Tag Archives: %s', 'sdt'), single_tag_title('', false)); ?></h1> |
<h1 id="search-title"><?php printf(__('Tag Archives: %s', 'zendark'), single_tag_title('', false)); ?></h1> |
<?php |
$tag_description = tag_description(); |
if (!empty($tag_description)) |
18,7 → 18,7 |
?> |
</header> |
|
<?php sdt_content_nav('nav-above'); ?> |
<?php zendark_content_nav('nav-above'); ?> |
|
<?php /* Start the Loop */ ?> |
<?php while (have_posts()) : the_post(); ?> |
33,16 → 33,16 |
|
<?php endwhile; ?> |
|
<?php sdt_content_nav('nav-below'); ?> |
<?php zendark_content_nav('nav-below'); ?> |
|
<?php 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> |