• Dear Friends,

    Am new to wordpress,I have started a site called soul6.com.

    Concern is that my ads cannot be clicked,Is some coding error I have done.

    Mohan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you add the code yourself, there are a lot of plugins out there to do this, you are missing the links for the images

    However something like this should work, example images in a folder ‘/ads/’

    <div class="my-ad">
        <a href="http://www.somesitelink.com">
           <img src="<?php bloginfo('template_directory'); ?>/ads/ad-1.jpg" alt="Advert One" />
        </a>
    </div>

    HTH

    David

    Thread Starter mohands

    (@mohands)

    Yes Mr.David,I have exactly same code but with some CJ affliate link.

    When I was using old theme by MOO themes it was working fine.

    I will just ask my affliate and get back.

    Thanks a lot for your support

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘My Ads are not clickable’ is closed to new replies.