File: /home/httpd/html/gaytubesite.com/public_html/wp-content/themes/ansiy/search.php
<?php get_header(); ?>
<div id="wrapper">
<div id="main">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1>
<p class="details">Posted on <?php the_time('F j, Y'); ?> - Filed Under <?php the_category(', ') ?> | <?php comments_popup_link('Leave a Comment', '1 Comment', '% Comments'); ?></p>
<?php the_excerpt(__('Readmore »'));?><a href="<?php the_permalink() ?>" style="margin:0 0 15px 2px;">Read More..>></a>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p><?php endif; ?>
<p><?php posts_nav_link(' — ', __('« go back'), __('keep looking »')); ?></p>
</div>
<?php include(TEMPLATEPATH."/left_sidebar.php");?>
<?php include(TEMPLATEPATH."/right_sidebar.php");?>
<?php get_footer(); ?>