yalnız burada her 3-4 yazı arasında adsense reklam çıkartmak istiyorum öyle mümkünmüdür acabA?
$catIDs = array(34, 29, 1);
foreach ($catIDs as $catID) {
?>
query_posts('cat='. $catID . "&posts_per_page=20");
while (have_posts()) : the_post();
get_template_part('post-film');
endwhile; ?>
}
?>