Viewing 2 replies - 1 through 2 (of 2 total)
  • edit the file advertisement.php (in your theme folder):

    you will see four blocks of:

    <li><a href="<?php echo get_settings('home'); ?>/advertise" target="_blank" ><img src="<?php bloginfo('template_url'); ?>/images/125x125.gif" width="125" 
    
    height="125" border="0" alt="Advertise Here" /></a></li>

    try and change each block into:
    (with the coe from your adsense account)

    <li><script type="text/javascript"><!--
    google_ad_client = "pub-11122333444455";
    /* ad */
    google_ad_slot = "111122233";
    google_ad_width = 125;
    google_ad_height = 125;
    //-->
    </script>
    <script type="text/javascript"
    src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></li>
    Thread Starter blogger21

    (@blogger21)

    Thanks for your help…it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get adds into word press template bar????’ is closed to new replies.