Support

Account

Home Forums General Issues Display Field Group with a shortcode Reply To: Display Field Group with a shortcode

  • You can do this with the Custom Content Shortcode Plugin.
    https://wordpress.org/plugins/custom-content-shortcode/

    It works great with ACF.

    For this it would look like:

    [repeater acf_group_field_name]
    [field acf_sub_field_name]
    [/repeater]