craigcargile 0 Report post Posted June 17, 2011 I have currently got the page set up to have an ad after every post, but I cannot figure out how to do it after every other post. Site is healthtotheknow.com Share this post Link to post Share on other sites
kastelic 6 Report post Posted June 17, 2011 I think the easiest (for me anyway) way would be to hide odd numbered ads with jquery. I can't see any of your ads right now, but it would be something like: <script> jQuery('.advertisement:odd').hide(); </script> (place in Custom Code -> Footerscripts) Share this post Link to post Share on other sites