Trying out ClickBank affiliate programs
  • olioli September 2010

    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.

    WP-Answers Admin | Contact Me if you need help.

  • dsaunierdsaunier January 2011

    Interesting idea, any feedback since you started experimenting ?

  • olioli January 2011

    I did quite well actually, one site I run solely with Clickbank affiliate adverts.

    WP-Answers Admin | Contact Me if you need help.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership

Tagged