$args = array(

'post_type' => "post",
'post_status' => "publish"
);

$result = new WP_Query($args);
while($result->have_posts() ): $result->the_post();


Döngüsünü başlatınca belirttiğim hata başlıyor, kaldırınca düzeliyor. Kaldırınca bu sefer işime gelmiyor.


get_header();
$args = array(

'post_type' => "post",
'post_status' => "publish"
);

$result = new WP_Query($args);
while($result->have_posts() ): $result->the_post();


?>





ID),'thumbnail'); ?>












endwhile;
get_footer();
?>