Grid Focus Demo

Icon

Demo site for WordPress themes developed and released by Derek Punsalan – 5ThirtyOne

Add 468 x 60 AdSense banner to Grid Focus

I often receive complaints that Grid Focus – or any of my other themes – are not “ad friendly”. Official ad support is nowhere near my list of reasons for giving back to the WordPress community. If ad support is necessary, please modify the template(s) to meet your needs. Note that if I do make room for ads, I follow the generic ad formats used by the likes of Yahoo or Google – see AdSense Ad Formats.

For Grid Focus users, here is a quick way to integrate the 468 x 60 AdSense image / text banner ad.

<div class=”adsenseBanner”>
<!– your adsense code –>
</div>

1. Create a new template file – for this example I’ve created adsense.php and pasted the code below + your unique AdSense script.

.adsenseBanner {
float: left;
margin: 30px 0 5px 50px;
}

2. Add the following CSS to style.css.

<?php include (TEMPLATEPATH . ‘/adsense.php’); ?>
<?php include (TEMPLATEPATH . ‘/second.column.post.php’); ?>
<?php include (TEMPLATEPATH . ‘/third.column.shared.php’); ?>

3. Reference the template file in index.php, single.php, and page.php above the calls for the second and third columns.

Category: Adsense, Grid Focus, Tutorial

Tagged: , ,

4 Responses

  1. ikoko says:

    i can’t follow this one…

    • Derek says:

      I looked at your site earlier. The code was in place. It takes up to 10 minutes for the ads to start appearing on your page (read the Google AdSense notes).

  2. Curtis says:

    Derek I think the confusion is that the blockquotes of the codes are “above” each step not “below” as the wording suggests. It’s awesome though .. works like a charm even for a novice coder like myself. Good stuff though… thanks a lot.

  3. Flor says:

    Hello, please can you help me?
    I cant put adsense :(

    Explain me more detailed?

Leave a Reply

Welcome

This is the demo site for 5thirtyone.com. As existing themes are re-released, updated versions of code will be made available for demo.