12 lines
407 B
PHP
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>
|