У меня на странице поста не выводится контент, на месте the_content();
При том, если поставить the_excerpt(); - краткая запись выводится.
<?php get_header( 'page' ); ?>
<div class="wrapper vertical">
<img src="<?php echo get_template_directory_uri() ?>/assets/img/img-5.png" alt="" style="height: auto; width: 100%">
<div style="margin-top: -28px"><mark class="heading"><?php the_title(); ?></mark></div>
</div>
<div class="wrapper">
<section class="content" style="padding-right: 59px">
<p style="line-height: 32px"><?php the_content(); ?></p>
<div class="line"></div>
<a href="" class="read-more">Вернуться к хронике событий</a>
</section>
<section class="sidebar cpage">
<img src="<?php echo get_template_directory_uri() ?>/assets/img/img-6.png" alt="">
<img src="<?php echo get_template_directory_uri() ?>/assets/img/img-6.png" alt="">
<a href=""><img src="<?php echo get_template_directory_uri() ?>/assets/img/photos.jpg" alt="">смотреть фото (12 шт.)</a>
</section>
</div>
<?php get_footer(); ?>
В чём может быть проблема?