This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* FRONT-PAGE SLIDER WITH ACF GALLERY AND BOOTSTRAP 4 CAROUSEL */ | |
$images = get_field('banner_images'); | |
$count=0; | |
$count1=0; | |
if($images) : ?> | |
<div id="slider"> |