I don't want to take more space than needed so could you guys give me some opinions on my blog? Also how could I make it so that it shows ads after the first and 3rd post? Im using this method right now LINK It said on that page that it can be edit easily to show ads after multiple post but I cant figure it out.
This tutorial may be of help: http://www.lancelhoff.com/2007/02/28/adding-adsense-ads-between-posts/ The tutorial shows you how to add an ad after the first post. You just have to duplicate the code mods for the 3rd post by changing the $count variable to 3, but before the "endif" statement. That is it should look something like this: <?php if ($count == 1) : ?> AdSense Code <?php if ($count == 3) : ?> AdSense Code <?php endif; $count++; ?> Code (markup): As for the blog, I don't like white text on black backgrounds - it's hard to read. Otherwise, it's clean and easy to navigate.