How to change the adsense publisher details on this site??

Discussion in 'HTML & Website Design' started by regencytimberbuildings, Jul 25, 2011.

  1. #1
    Hi,
    I am trying to change the adsense details on this site-
    netipotsolution.info

    Its not a wordpress blog site as it looks at first look.
    I was told its plain html, but when I try to edit in frontpage I cant find the adsense code.

    And advice appreciated please.
     
    regencytimberbuildings, Jul 25, 2011 IP
  2. suryawl

    suryawl Peon

    Messages:
    54
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    0
    #2
    i think the script call a function or include file or something. try this. view source netipotsolution.info. search for "pub", then you will see this code. there are a few, later you need to find them all

    <div class="widget" id="-132-10930-NORM_EDWM">
    <div class="regular" style="padding:10px;">
    <p> <script type="text/javascript"><!--

    google_ad_client = "pub-8530669473842162";

    /* Neem Links */

    google_ad_slot = "4936367597";

    google_ad_width = 200;

    google_ad_height = 90;

    //-->

    </script>

    <script type="text/javascript"

    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

    </script> </p>

    </div>

    </div>

    you see from the adsense code in there. it is surrounded by <div>. try to find that exact div from the frontpage file. like in this example you need to find <div class="widget"

    i believe when you find this, you will find something like a function or include another file. go find that file

    hope that helps
     
    suryawl, Jul 25, 2011 IP
  3. cy99dasilva

    cy99dasilva Member

    Messages:
    158
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    i think just install ad code widget for sidebar ads, but if you want to put below the content , just insert it in postsingle.php
    after </article>

    you will get ,more impressive with this way ..
     
    cy99dasilva, Jul 25, 2011 IP
  4. regencytimberbuildings

    regencytimberbuildings Active Member

    Messages:
    991
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Thanks suryawl,
    I will give that a try.
     
    regencytimberbuildings, Jul 26, 2011 IP