nvmtgirl
Member
Posted 2 years ago #
I have placed 3 banner ads. On the home page, one is showing public svs ads, other 2 are blank. I'm using a wp theme. when I click on my posts, the ads show up, sometimes all three, sometimes 2 and 1 is blank, sometimes I get 1 that is public service. It doesnt make any sense to me. Any idea what I'm doing wrong?
Not without some idea of how you're defining what ad shows up where in the theme.
nvmtgirl
Member
Posted 2 years ago #
I used google adsense to create the code then pasted it in the advertising section of theme settings. see code below.
I just don't understand why it works in some areas and not others. I only posted the code in theme settings.
468x60 header code
<script type="text/javascript"><!--
google_ad_client = "pub-1151491136706363";
/* OTC Top of page Ad Banner */
google_ad_slot = "1692442384";
468x60 above post code
<script type="text/javascript"><!--
google_ad_client = "pub-1151491136706363";
/* Banner Above Posts */
google_ad_slot = "7768389883";
google_ad_width = 468;
300x250 right sidebar code
<script type="text/javascript"><!--
google_ad_client = "pub-1151491136706363";
/* 300x250, created 3/31/10 */
google_ad_slot = "5386265428";
You'll need to review your theme's documentation.