Menyisipkan adsense diantara posting
Posted: April 5th, 2009 | Author: Bali Web Maker | Filed under: adsense, Wordpress | 1 Comment »Berikut cara menyisipkan code google adsense diantara posting:
Login dulu ke admin WP.
di WP versi 2.7 Pilih Appearance -> Editor
kemudian pilih Main index template” (index.php) di bagian kanan.
1.cari code berikut
<?php if (have_posts()) : ?>
2.Lalu tambahkan diatas kode tersebut baris kode berikut ini
<?php $count = 1; ?>
3.Kemudian cari kode
<?php the_content(‘Read more…’); ?>
4.Tambah di bawahnya kode
<?php if ($count % 2) : ?>
CODE ADSENSE TARUH DISINI
<?php endif; $count++; ?>
5.Update Files

gitu ya.caranya………..