I have a WP theme that has a ads.php file where I ad my code for ads. My code is simple, url and the image for the hyperlink. The ads show fine on the main page of the ad but when you click an article the ads dont appear but the alt text does. Any idea what could be amiss? thanks
You need to give a bit more information. Does the ads.php file get called from another file? What? I'm curious as well - if you're using WP why don't you use the Advertising Manager for Wordpress plugin? Then you can use widgets for sidebar ads or drop your ad directly into a post.
Seems to me that the path to the image is relative ( img/image.jpg) and not absolute (/img/image.jpg).
I will def try this plugin, than ks for the suggestion BINGO!! paths were relative. Added the slash and now all is well again. Appreciate the info sir