17,18 → 17,18 |
<header id="search-header"> |
<h1 id="search-title"> |
<?php if (is_day()) : ?> |
<?php printf(__('Daily Archives: %s', 'sdt'), get_the_date()); ?> |
<?php printf(__('Daily Archives: %s', 'zendark'), get_the_date()); ?> |
<?php elseif (is_month()) : ?> |
<?php printf(__('Monthly Archives: %s', 'sdt'), get_the_date('F Y')); ?> |
<?php printf(__('Monthly Archives: %s', 'zendark'), get_the_date('F Y')); ?> |
<?php elseif ( is_year() ) : ?> |
<?php printf(__('Yearly Archives: %s', 'sdt'), get_the_date('Y')); ?> |
<?php printf(__('Yearly Archives: %s', 'zendark'), get_the_date('Y')); ?> |
<?php else : ?> |
<?php _e('Blog Archives', 'sdt'); ?> |
<?php _e('Blog Archives', 'zendark'); ?> |
<?php endif; ?> |
</h1> |
</header> |
|
<?php sdt_content_nav('nav-above'); ?> |
<?php zendark_content_nav('nav-above'); ?> |
|
<?php /* Start the Loop */ ?> |
<?php while (have_posts()) : the_post(); ?> |
43,16 → 43,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> |