This worked
added to page.php index.php and archive.php
<?php endif; ?>
<div class="art-PostContent">
<!--ADVMAN -->
<?php advman_ad("Blogad"); ?> <------added code hear
<!--ADVMAN -->
<?php if (is_search()) the_excerpt(); else the_content(__('Read the rest of this entry »', 'kubrick')); ?>
</div>
<div class="cleared"></div>
I have now tried to add this code in to the following area of the page.php but is does not work
<?php endif; ?>
<div class="art-PostContent">
<!--ADVMAN -->
<?php advman_ad("Blogad"); ?> <------added code hear
<!--ADVMAN -->
<?php if (is_search()) the_excerpt(); else the_content(__('Read the rest of this entry »', 'kubrick')); ?>
</div>
<div class="cleared"></div>
No I can’t figure out where to put it