File: /home/u547966/brikov.ru/www/wp-content/themes/brikov/templates/vistavki.php
<?php
/*
Template Name: Выставки
*/
?>
<!DOCTYPE html>
<html>
<body class="body-index">
<?php get_header(); ?>
<div class="text-container-holder text-container-holder05">
<div class="title-holder">
<h2><strong><span><em><?php single_post_title(''); ?></em></span></strong></h2>
</div>
<div class="news-holder">
<ul class="news-list">
<li>
<?php
// check if the repeater field has rows of data
if( have_rows('vistavka',187) ):
// loop through the rows of data
while ( have_rows('vistavka',187) ) : the_row(); ?>
<li>
<div class="row">
<div class="text">
<p> <?php the_sub_field('vistavkadate');
the_sub_field('vistavkatext'); ?> </p> </div>
</div>
<?php endwhile;
else :
// no rows found
endif;
?>
</ul>
</div>
<?php get_footer() ?>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
</body>
</html>