Support

Account

Home Forums ACF PRO How to get repeater field into a Sidebar widget? Reply To: How to get repeater field into a Sidebar widget?

  • sorry, the answer was staring me in the face.
    i changed:
    <?php $rows = get_field('left_side_bar_content'); ?>
    to
    <?php $rows = get_field('left_side_bar_content', 'option'); ?>
    and it worked!