your best bet is to add a widget where you want to display the adsense, and use it that way..
Otherwise i suggest you look for a file in your theme called “loop.php” or “index.php”
and paste your adsense code above the following line..
<?php /* Start loop */ ?>
<?php while (have_posts()) : the_post(); ?>
Good luck