charles
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Why using Kubrick on 1.3 is a mistakeThe post on Michael’s blog doesn’t say that Kubrick is going to be the default template, just that a “variant” of Kubrick will be included with WP 1.3. Maybe 1.3 will ship with a few templates, one of which will be a variant of Kubrick.
Forum: Plugins
In reply to: Insert google ad inbetween first and second posthmm… it’s not letting me post my google code in the forum…
Forum: Plugins
In reply to: Insert google ad inbetween first and second postDavid, thanks for your help. It is complaining about an “unexpected ‘<‘ in the line where the google script starts. Here is my modified code:
<?php $postCounter = 0; ?>
<?php if ($posts) { foreach ($posts as $post) { start_wp(); ?>
<?php $postCounter++; if ($postCount==2) (<script type="text/javascript"><!--
google_ad_client = "pub-6133397951787340";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_color_border = "999999";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>) ?>
Again, thanks for your help.