Konu: Anasayfada her 5 yazıda bir reklam nasıl gösteririz
06.02.2013 21:01
$the_query = new WP_Query( 'posts_per_page=10' ); $the_query->the_post(); $index=$the_query->current_post; if(($index%5)==0){ echo 'reklam'; } else { echo ''; } ?>