Please correct me if I'm wrong, but I believe it is ok to use Adsense on blogs and forums (whether or not much money can be made is a different issue), but just that you can't put adsense code on pages that are just like login.php, register.php, etc. (just making up possible file names here). Is that right?
I don't want to put ads in the middle of blog posts, etc. I want the site to look cleaner. So I want to puts ads at the top of the pages next to the logo. Which I would do by putting the code in my header.php file. That would cause problems though because then the ads would show up on the types of pages I mention above.
So to work around that problem does anyone know if you can just write some php code that would go something like this :
if not register.php, etc., then show adsense ads?
I'm not sure how exactly to write the php or which files I need to exclude yet, but I wanted to find out if 1)it was acceptable to do this and 2)if it was technically possible. Does anyone know or are doing this already? Thanks!