Skip to content

Instantly share code, notes, and snippets.

@letitiabalut
letitiabalut / acf-slick-synced-slider.php
Created March 9, 2018 00:14 — forked from smutek/acf-slick-synced-slider.php
Synced Sliders. See the synced sliders demo at http://kenwheeler.github.io/slick/ This assumes Advanced Custom Fields repeater is being used, but the concept should work with any data source. Be sure to change out the field names and class names as needed.
<?php
/*
* Synced sliders,
*
* See the synced sliders example at http://kenwheeler.github.io/slick/
*/
// Make sure there's stuff to display
if ( have_rows( 'add_testimonials' ) ) :