<h2><?php the_title(); ?> // Sayfa başlığı <p>
<?php if (have_posts()) : while (have_posts()) : the_post() ?>
<?php the_content(); ?> // Sayfa içeriği
<?php endwhile; endif; ?> </p>
inc/index.php adlı sayfada bu kod neden çalışmıyor bi bilgisi olan var mı? wordpress kendi şablon hiyerarşisi içindeki front-page.php adlı dosyada çalışıyor.