armanty-quests/parts/holiday/description.php
2020-11-28 14:21:17 +03:00

12 lines
407 B
PHP

<div class="holiday-descr holiday-block container">
<h2>Детские праздники в игровом центре Armanty</h2>
<div class="holiday-descr__text">
<?php
$post = get_post(24);
$content = $post->post_content;
echo $content;
?>
</div>
<a class="turn" href="#" style="background: #f2f2f2">Читать далее</a>
</div>