Quote:
Originally Posted by Junkie
Princeton, in what template does the conditional "THIS_SCRIPT!='gtsearch'" get put, and where exactly in the template?
|
I just did this last night. What you will have to do is wrap your adsence code like this
Code:
<if condition="THIS_SCRIPT!='gtsearch'">
<center>
<script type="text/javascript"><!--
google_ad_client = "*********";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al_s";
google_ad_channel = "";
google_color_border = "cdcddc";
google_color_bg = "cdcddc";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</center>
</if>
This will make it display on all pages except the search result page (gtsearch). If you are using an ad management plugin you will have to find out how they insert the info into the template and edit at that point to include the <if> statement.