clean up archive.php some more

This commit is contained in:
John Bintz 2009-07-15 17:11:35 -04:00
parent e6e6440cf5
commit 2d483c6529
2 changed files with 11 additions and 13 deletions

View File

@ -18,19 +18,9 @@
} }
include(get_template_directory() . '/partials/archive-page-nav.inc'); include(get_template_directory() . '/partials/archive-page-nav.inc');
} else {
<?php } else { ?> include(get_template_directory() . '/partials/archive-not-found.inc');
} ?>
<div class="post-head"></div>
<div class="post">
<h3>No entries found.</h3>
<p>Try another search?</p>
<p><?php include (get_template_directory() . '/searchform.php') ?></p>
<br class="clear-margins" />
</div>
<div class="post-foot"></div>
<?php } ?>
</div> </div>

View File

@ -0,0 +1,8 @@
<div class="post-head"></div>
<div class="post">
<h3>No entries found.</h3>
<p>Try another search?</p>
<p><?php include (get_template_directory() . '/searchform.php') ?></p>
<br class="clear-margins" />
</div>
<div class="post-foot"></div>