So right now on my health blog, the ads are appearing on my home page after the title of each post. Is there a way to do it so the ads only appear at the top of the post when you are actually inside the article?
The following should work to display your adsense block only when a single post is being displayed. <?php if (is_single()): ?> <!-- your adsense here --> <?php endif; ?>
If you're using the adsense deluxe plugin, you can place the <?php ...> lines around your pasted adsense code in the options editor.