File: /home/httpd/html/gayeporn.com/public_html/wp-content/themes/micfo-web-20/index.php
<?php get_header(); ?>
<div id="content">
<!--index.php-->
<!--the loop-->
<?php if (have_posts()) : ?>
<!--the loop-->
<?php while (have_posts()) : the_post(); ?>
<!--post title as a link-->
<h2 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<p><b>By <?php the_author(); ?></b> | <?php the_time('F j, Y'); ?> </p>
<div class="postspace2">
</div>
<!--post text with the read more link-->
<?php the_content('Read the rest of this entry »'); ?>
<!--show categories, edit link ,comments-->
<p><b>Topics:</b> <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
<div class="postspace">
</div>
<!--end of one post-->
<?php endwhile; ?>
<!--navigation-->
<?php next_posts_link('« Older Entries') ?>
<?php previous_posts_link('Newer Entries »') ?>
<!--do not delete-->
<?php else : ?>
Not Found
Sorry, but you are looking for something that isn't here.
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<!--do not delete-->
<?php endif; ?>
<!--index.php end-->
</div>
<!--include sidebar-->
<?php include (TEMPLATEPATH . '/index_sidebar.php'); ?>
<!--include footer-->
<?php get_footer(); ?>