File: /home/httpd/html/stoptube.com/wp-content/themes/stoptube/index.php
<?php get_header(); ?>
<div id="wrapper">
<div id="contentwrapper">
<div id="content">
<?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>
<div id="description"><p><?php the_content_rss('', TRUE, '', 50); ?></p></div>
<div id="meta">
<div id="ratings"><?php if(function_exists('the_ratings')) { the_ratings(); } ?></div>
<div id="commentslink"><a href="<?php comments_link(); ?>">Comments (<?php comments_number('0', '1', '%'); ?>)</a></div>
</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 id="pagination">
<?php next_posts_link('<span class="navforward"></span>') ?><?php previous_posts_link('<span class="navback"></span>') ?>
</div>
</div>
<?php get_sidebar(); ?>
</div>
</div>
<?php get_footer(); ?>