Şu şekilde denedim hep reklam yazdı


    $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 '
  • ';
    } ?>