How do i do that? I seen blogs with ads at the bottom of each post, And I don't think its the "footer" because some posts are really short and they appear at the bottom of the message, not the whole site. ps. i use adsense just in case.
if you are using wordpress, search for plugins and you should come up with the plugin which offer this
adsense, and yes he has a referral botton, another ad on top, and the ad im talking about. Wordpress? I use blogspot.
If you look at my blog, I have my ads appear after each post. Here is where the code is placed in my index.php file using wordpress. </div> </div> <div class="comments"> <?php wp_link_pages(); ?> <?php comments_popup_link(__('<strong>0</strong> Comments'), __('<strong>1</strong> Comment'), __('<strong>%</strong> Comments')); ?> </div> <script type="text/javascript"><!-- google_ad_client = "pub-1725522918851661"; google_ad_width = 234; google_ad_height = 60; google_ad_format = "234x60_as"; google_ad_type = "text_image"; google_ad_channel ="5657200493"; google_color_border = "ffffff"; google_color_bg = "ffffff"; google_color_link = "78A515"; google_color_url = "78A515"; google_color_text = "000000"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <?php comments_template(); ?> <?php endwhile; else: ?> <div class="warning"> <p><?php _e('Sorry, no posts matched your criteria, please try and search again.'); ?></p> </div> Code (markup):