I have decided to try out some ClickBank affiliate adverts beside the google adsense on a few of my WP-Answers sites.
Here is some code you can use to display different affiliate adverts based on which category the question is in :<?php if (in_category('CATNAME')) : ?>
<div class='affiliate'>
<a href="http://AFFILIATEURL"><img src="http://AFFILIATEBANNER" /></a>
</div>
<?php endif; ?>
Place that code in your single.php file
Replace CATNAME with the category name,
Replace AFFILIATEURL with the affiliate url you want to show in that category
Replace AFFILIATEBANNER with the banner image url.
You can use this code as many times as you like in single.php and setup a different affiliate advert for each category.
Im thinking that ClickBank will work well with WP-Answers sites as they have a lot of info products you can promote.
I will let you know how I get on with my placements.
I did quite well actually, one site I run solely with Clickbank affiliate adverts.
It looks like you're new here. If you want to get involved, click one of these buttons!