Кто-нибудь знает, почему the_content () не отображается на моей странице single.php, а отображается на index.php?
<div class="block">
<h1><?php the_title(); ?></h1>
<p class="date">
<?php the_date('d F Y'); ?>
</p>
<p>
<?php the_content(); ?>
</p>
</div>