File: /home/httpd/html/gaysploshing.com/wp-content/themes/tubethemev1/index.php
<?php get_header(); ?>
<div id="wrapper">
<div id="content">
<h1><?php single_cat_title('Currently browsing '); ?>.</h1>
<div class="breakme"></div>
<div class="breakme"></div>
<div class="breakme"></div>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div id="item">
<div id="covershot">
<a href="<?php the_permalink() ?>" class="thetip" Title="<?php the_title() ?> :: Click here to view this video"><?php the_excerpt(); ?></a></div>
<div id="post-title"><a href="<?php the_permalink() ?>"><h3><?php the_title() ?></h3></a></div>
<!--CUSTOM small_description to use on front page -->
<div id="description">
<p><?php the_content_rss('', TRUE, '', 12); ?></p>
</div>
<!--////////////////////CUSTOM small_description to use on front page -->
<!--CUSTOM paysite and paysitelink use on front page -->
<div id="paysite">
<a href="<?php echo get_post_meta($post->ID, "paysitelink", true); ?>"><?php echo get_post_meta($post->ID, "paysite", true); ?></a>
</div>
<!--////////////////////CUSTOM paysite and paysitelink use on front page -->
<div id="meta">
<!--ratings to use on front page -->
<div id="ratings">
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
</div>
<!--////////////ratings to use on front page -->
<!--CUSTOM views to use on front page -->
<div id="views">
<?php if(function_exists('the_views')) { the_views(); } ?>
</div>
<!--////////////////////CUSTOM views to use on front page -->
</div>
</div>
<?php endwhile; ?>
<?php else : ?>
<div id="item">
<h3>No matching results</h3>
<p>You seem to have found a mis-linked page or search query with no associated results. Please trying your search again. If you feel that you should be staring at something a little more concrete, feel free to email the author of this site or browse the archives.</p>
</div>
<?php endif; ?>
<div class="breakme"></div>
<div id="pagination">
<?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
</div>
</div>
<?php get_sidebar(); ?>
<div class="breakme"></div>
</div>
<?php get_footer(); ?>