https://momsmorningcoffee.com
https://www.ads-software.com/plugins/adkingpro/
]]>I was curious if there is a way to rotate ads while using caching? Right now I am using a variety of caching techniques that I don’t fully understand:
w3 total cache plugin, Cloudflare, and rackspace CDN (the ‘push’ variety)
Doe anyone know a way to rotate ads in conjunction with a setup like this?
Thanks,
Peter
]]>Here is what I did to display ads:
<div class=”Ad-125″>
<?php $num = rand(1,6); wp125_single_ad($num); ?>
<?php $num = rand(1,6); wp125_single_ad($num); ?>
<?php $num = rand(1,6); wp125_single_ad($num); ?>
<?php $num = rand(1,6); wp125_single_ad($num); ?>
<?php $num = rand(1,6); wp125_single_ad($num); ?>
<?php $num = rand(1,6); wp125_single_ad($num); ?>
</div>
site is https://www.rceno.com Ads are on Upper Right Side
]]>