File: /home/httpd/html/hardercopy.com/wp-content/themes/hardcopy.com/home.php
<?php get_header(); ?>
<div id="wrapper">
<div align="center">
<?php include ("http://sureads.com/promos/dating/847x263-milf/"); ?>
</div>
<div class="breakme"></div>
<div id="content">
<h1>Recently Added Videos</h1>
<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 $title = the_title('','',FALSE); echo substr($title, 0, 25); ?></h3></a></div>
<!--THIS IS THE CUSTOM small_description to use on front page -->
<div id="description">
<p><?php the_content_rss('', TRUE, '', 17); ?></p>
</div>
<!--////////////////////THIS IS THE CUSTOM small_description to use on front page -->
<!--THIS IS THE CUSTOM paysite to 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>
<!--////////////////////THIS IS THE CUSTOM length to use on front page -->
<div id="meta">
<div id="ratings">
<?php if(function_exists('the_ratings')) { the_ratings(); } ?>
</div>
<!--THIS IS THE CUSTOM views to use on front page -->
<div id="views">
<?php if(function_exists('the_views')) { the_views(); } ?>
</div>
<!--////////////////////THIS IS THE CUSTOM length 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(); ?>