I have tried a Wordpress plug-in to place my own ads in the Feedburner daily outgoing e-mails...but all it did was stop the feed going out!
I do not want to use Google adsense but want to publish specific ads.
Is there any way of doing this?
londrum
9:28 pm on Oct 27, 2009 (gmt 0)
you can do it pretty easy by rewriting the feed template that wordpress sends out. it sounds difficult but it's actually pretty easy. all you have to do is include a new function in the functions.php file. then you can stick your ad at the end of the description bit. if you only want it to appear every 3 posts, or something, then you can do it easy with a little php.
if you do a search for the "wordpress add_feed" then you'll get some info.
zedman
9:36 pm on Oct 27, 2009 (gmt 0)
thanks...will try to do this....but I am a true beginner - but fast learner