Hello everyone, I would like to insert an Adsense unit right after the Blog Title in Wordpress. I performed extensive Google searches but no luck. I'm sure I can do it by manually editing one of the php files, but which one, and where in the code? I'd be grateful if anyone can give a tip -- many thanks!
Might depend on the template, but here's what works for me. If you're using the index.php or home.php (not static homepage) place the adsense code right BEFORE: (have_posts()) : the_post(); And for the posts if you have a single.php or something look for something like: <div class="art-PostContent"> or </h2> (or <h1>) And try pasting it right AFTER that. You may have to experiment a bit. I usually type in some nonesense letters where I think it should go like mmmm just so it's easy to find (to replace or delete), and adjust if I need to.
Check out following links : http://www.sunghak.net/add-google-adsense-code-to-wordpress-template-header http://www.wordpressmax.com/plugins/adsense-deluxe