13 lines
363 B
PHP
13 lines
363 B
PHP
<?php get_header();?>
|
|
<div class="kitkala-center">
|
|
<div class="breadcrumb"><?php custom_breadcrumbs(); ?></div>
|
|
<section class="pages-content">
|
|
<h1 class="page-title"><?php the_title();?></h1>
|
|
<p class="content-pa">
|
|
<?php the_content();?>
|
|
</p>
|
|
</section>
|
|
<?php get_sidebar();?>
|
|
|
|
<?php get_footer();?>
|