File: /var/www/sites/u-port.ua/wp-content/themes/customize/page.php
<?php get_header(); ?>
<div class="side-bar-btn-wrap">
<div class="side-bar-btn">
<span class="top-arrow"></span>
<span class="bot-arrow"></span>
</div>
</div>
<div class="container-fluid fail-bg footer-down">
<div class="row">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-4 col-xs-12 move-bar">
<?php get_sidebar(); ?>
</div>
<div class="col-lg-9 col-md-9 col-sm-8 col-xs-12 inner-pad">
<?php if (function_exists('breadcrumb_trail')) { breadcrumb_trail(); } ?>
<p class="single-title"><?php the_title();?></p>
<h1><?php the_field("h1"); ?></h1>
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); // Начало цикла ?>
<div class="single-thumb-img-wrap"><?php if ( has_post_thumbnail() ) { the_post_thumbnail(); } // Проверяем наличие миниатюры, если есть показываем ?>
</div>
<div class="single-content">
<?php the_content(); // Содержимое страницы ?>
<?php endwhile; // Конец цикла ?>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php get_footer(); ?>