• Resolved caroline

    (@makeupedia)


    I have ACF Pro and the Gallery field.

    But it only shows “ARRAY” with this code:
    <?php echo do_shortcode( ' [acf_gallery_slider] ' ); ?>

    What am I missing here?
    Thanks!

Viewing 1 replies (of 1 total)
  • Hello,

    Thanks for reaching here.

    You add this code to your theme file and add the gallery field_name parameter.

    Ex:<?php echo do_shortcode( ' [acf_gallery_slider acf_field="Your Field Name"] ' ); ?>

    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Only shows “ARRAY”’ is closed to new replies.