K
Size: a a a
K
EM
EM
EM
K
EM
K
В
В
АП
DV
GO
M
M
ST
ST
M
И
<?php
// $accardion = accardion__item
$i = 1;
if( have_rows('accardion__item', 5)):
// перебираем данные
while ( have_rows('accardion__item', 5) ) : the_row();?>
<?php if($i <= 20): ?>
<div class="accardion__item">
<div class="accardion-title">
<a href="#" style="">
<span class="bg-title__new d-inline"> 0<?php echo $i++ ?></span>
<span class="title-min d-inline"> <?php the_sub_field('question', 5); ?></span>
</a>
<svg xmlns="http://www.w3.org/2000/svg" width="17" height="10" viewBox="0 0 17 10" fill="none" class="">
</svg>
</div>
<div class="accardion-content"><p><?php the_sub_field('answer', 5); ?></p></div>
</div>
<?php endif; ?>
<?php the_sub_field('sub_field_name');
endwhile;
else :
endif;
?>