shkola/wp-content/themes/dekart/page-organization.php

21 lines
454 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*
Template Name: Шаблон страницы Сведения об образовательной организации
*/
?>
<?php
get_header();
$post_id = get_the_ID();
?>
<main class="organization">
<section class="contetn-main_block">
<div class="container">
<h1 class="page_h2"><?php the_title()?></h1>
<?php the_content(); ?>
</div>
</section>
<?php get_template_part( 'template-parts/map' ); ?>
</main>
<?php
get_footer();