View Single Post
Old 07-02-2015, 05:40 AM  
DonJon69
Confirmed User
 
DonJon69's Avatar
 
Industry Role:
Join Date: Nov 2014
Location: NJ
Posts: 475
just call a php script to display the banners based on the tags of the post:

<!-- Tag based content START -->

<?php if ( has_tag('SPONSOR NAME') ): ?>
<a href="URL" ><img src="BANNER" border="0"></a>

<?php elseif ( has_tag('SPONSOR NAME') ): ?>
<a href="URL"><img src="BANNER" border="0"></a>

<?php elseif ( has_tag('SPONSOR NAME') ): ?>
<a href="URL"><img src="BANNER" border="0"></a>


<?php endif; ?>
__________________
Make Money With Adult Websites - Free Step by Step Guide!
DonJon69 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote