Skip to content

Instantly share code, notes, and snippets.

View bellial's full-sized avatar
🛸
Dreaming

Priscilla Reges bellial

🛸
Dreaming
View GitHub Profile
@neilgee
neilgee / carouse-nav-indicators.php
Last active October 12, 2021 03:09
Bootstrap carousel ACF Repeaters
<?php
// *Repeater
// carousel_repeater
// *Sub-Fields
// carousel_image
// carousel_text
// check if the repeater field has rows of data
if( have_rows('carousel_repeater') ):