Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • The 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.

    Thread Starter charles

    (@charles)

    hmm… it’s not letting me post my google code in the forum…

    Thread Starter charles

    (@charles)

    David, 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.

Viewing 3 replies - 1 through 3 (of 3 total)