File: /home/httpd/html/mybarebacktube.com/wp-content/themes/tubethemev1/single.php
<?php get_header(); ?>
<div id="wrapper">
<div id="contentwrapper">
<div id="contentpost">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div id="blogitem">
<h3>Watch more free videos <a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a></h3>
<div id="videoblock">
<?php $key="videoembed"; echo get_post_meta($post->ID, $key, true); ?>
</div>
<div class="breakme"></div>
<!--CUSTOM title id to use on front page -->
<h3><?php echo get_post_meta($post->ID, "titleid", true); ?> </h3>
<!--////////////////////CUSTOM title id to use on front page -->
<div class="breakme"></div>
<!--CUSTOM sales pitch to use on front page -->
<h1><a href="<?php echo get_post_meta($post->ID, "paysitelink", true); ?>"><?php echo get_post_meta($post->ID, "sales_pitch", true); ?></a></h1>
<!--////////////////////CUSTOM sales pitch to use on front page -->
<div class="breakme"></div>
<div class="breakme"></div>
<p><strong>Description :</strong> <?php the_content(''); ?></p>
<!-- custom post details title, paysite and paysitelinks -->
<div id="postdetails">
<ul>
<li><span>Title :</span><?php the_title() ?></li>
<li><span>Tags :</span><?php the_tags('',', ',''); ?> </li>
<li><span>Rating :</span><div class="ratinglist"><?php if(function_exists('the_ratings')) { the_ratings(); } ?></div></li>
<li><span>Views :</span><?php if(function_exists('the_views')) { the_views(); } ?></li>
<li><span>Paysite :</span><a href="<?php echo get_post_meta($post->ID, "paysitelink", true); ?>"><?php echo get_post_meta($post->ID, "paysite", true); ?></a></li>
</ul>
</div>
<!--custom post details ends-->
</div>
<?php comments_template(); ?>
<?php endwhile; ?>
<?php else : ?>
<div id="blogitem">
<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>
<div id="skyad">
<!--SKYSCPAPER -->
<a href='http://sureads.com/openads/www/delivery/ck.php?n=a5b094d3' target='_blank'><img src='http://sureads.com/openads/www/delivery/avw.php?zoneid=2&n=a5b094d3' border='0' alt='Watch Hot Gay Porn' /></a>
<!--////SKYSCPAPER -->
</div>
<?php include (TEMPLATEPATH . '/sidebar_single.php'); ?>
</div>
<div class="breakme"></div>
</div>
<?php get_footer(); ?>