File: /home/httpd/html/gayeporn.com/public_html/wp-content/themes/micfo-web-20/search.php
<?php get_header(); ?>
<div id="content">
<!--search.php-->
<!--loop-->
<?php if (have_posts()) : ?>
<h2>Search Results</h2>
<!--to create links for the previous entries or the next-->
<?php next_posts_link('« Previous Entries') ?>
<?php previous_posts_link('Next Entries »') ?>
<!--loop-->
<?php while (have_posts()) : the_post(); ?>
<br />
<!--permalink of the post title-->
<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>
<?php the_excerpt(); ?>
<!--show the category, edit link, comments-->
Posted in <?php the_category(', ') ?>
<br /><br />
<!--loop-->
<?php endwhile; ?>
<!--to create links for the previous entries or the next-->
<?php next_posts_link('« Previous Entries') ?>
<?php previous_posts_link('Next Entries »') ?>
<!--necessary do not delete-->
<?php else : ?>
No posts found. Try a different search?
<!--include searchform-->
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
<!--do not delete-->
<?php endif; ?>
</div>
<!--search.php end-->
<!--include sidebar-->
<?php get_sidebar(); ?>
<!--include footer-->
<?php get_footer(); ?>