google ads script
-
can someone tell me where i need to place my google ads code in my index.php file? the code we got from google is not working and was wondering if someone can take a look…at my source code…
well here’s the code…
<div class=”post” id=”post-<?php the_ID(); ?>”>
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2><div class=”top”>“><img src=”<?php bloginfo(‘template_directory’); ?>/images/delicious.gif” title=”del.icio.us this!” alt=”del.icio.us” /> ” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><img src=”<?php bloginfo(‘template_directory’); ?>/images/trackback.gif” title=”Trackback” alt=”TRACK” /> <img src=”<?php bloginfo(‘template_directory’); ?>/images/top.gif” border=”0″ alt=”TOP” title=”To the top” /></div>
<small>Posted on <?php the_time(‘F jS, Y’) ?> by <?php the_author() ?>. Filed in <?php the_category(‘, ‘) ?>. <br /> </small>
<div class=”entry”><p align=”center”>
<script type=”text/javascript”><!–
google_ad_client = “pub-4137584417085561”;
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = “728x90_as”;
google_ad_type = “text_image”;
google_ad_channel =””;
google_color_border = “FFFFFF”;
google_color_bg = “FFFFFF”;
google_color_link = “0000FF”;
google_color_text = “000000”;
google_color_url = “003366”;
//–></script>
<script type=”text/javascript”
src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script><?php the_content(‘Read the remainder of this entry »’); ?>
</div><!– End of post div–>this is not working.
could it be the code itself not working? or where i’m placing it?
- The topic ‘google ads script’ is closed to new replies.