Anyone knows why the_content() doesn't show on my single.php page, while it shows up on index.php?
Thanks.
<div class="block">
<h1><?php the_title(); ?></h1>
<p class="date">
<?php the_date('d F Y'); ?>
</p>
<p>
<?php the_content(); ?>
</p>
</div>