How do I get Google AdSense ads on the Individual...

  • Thread starter Thread starter HawkEye
  • Start date Start date
H

HawkEye

Guest
...Archive pages of my Wordpress Blog ? Getting Adsense ads onto the Sidebar of my Wordpress blog (http://hawkeye.weblogs.us) was easy, but I cannot find anyway to do this on the Individual Archive pages
 
F

fyrehou

Guest
Edit your template file.If you have sidebar.php template, place your ad code (as it is given to you by google) within that file, and it should show up on all pages. Do NOT enclose it in "if post" or "if main" type of tags.If you have done this, already, check your post.php file, it may have its own sidebar. Find the appropriate location, and add the ad code, there.
 
D

dshah

Guest
You can put it in sidebar or any other place in your template. The files of concern aresidebar.php(single)post.phparchive.phppage.php
 
Top