Proper ads placement matters most if you want to maximize your earnings (which is specially true with Adsense). One of the best ads placement in Classipress classifieds site is in the main listing where the ads are more conspicuous together with the ads postings. Visitors on your site are more exposed to the ads since they form part in the listings. See sample below;
And so here’s the code to do just that;
Go to your Dashboard, Appearance then to the Editor . Edit the index.php (Main Index Template) and find this code;
<?php while (have_posts()) : the_post(); ?>
And after that put this code;
<?php if ($count == 3) : ?>
Your Ads Here
<?php endif; $count++; ?>
Just replace “Your Ads Here” with your adsense code. You also have the option to place the ads on the 3rd or 4th listing (and so on) by simply changing $count == 3 to your number of choice.
That’s it for now. Have a great day.

that’s really cool – so, if i’d like to display two adslots, would i just seperate this by a comma or semicolon and it gets repeated?
I will recheck the codes for that and post it here soon.
hi could you please tell me how to put adsense in the listing like this website has????
http://trinifieds.com/classifieds/
to make it look like a part of the listings
Thanks again for this tips. Got it works
You are very welcome and thanks for visiting the site. Have a great day.