What file is single-defailt.php in new version?
Before i used to put my adverts from Google in the ads in this file. But what file do i have to change now to get the same affect i used to put it here
this is my code
<?php if (function_exists('dfrads')) { echo dfrads('9875533'); } ?>
this is your code with my code inside calling the wordpress plugin
<div class="clr"></div>
<div class="single-main">
<?php the_content(); ?>
<br />
<?php if (function_exists('dfrads')) { echo dfrads('9875533'); } ?>
<br /><br />
</div>
<div class="prdetails">
<p class="tags"><?php the_tags( '', ', ', ''); ?></p>
<p class="stats"><?php if (function_exists('cp_ad_views_today')) { cp_ad_views_today($post->ID, '', __('total views','cp'), __('so far today','cp'), 0, 'show'); } ?></p>
<p class="print"><?php if(function_exists('wp_email')) { email_link(); } ?> <?php if(function_exists('wp_print')) { print_link(); } ?></p>
<p class="edit"><?php edit_post_link(__('Edit Listing','cp'), '', ''); ?></p>