Support

Account

Home Forums Front-end Issues Use ACF to dynamically put and ID into a shortcode Reply To: Use ACF to dynamically put and ID into a shortcode

  • Got it working… much simpler!

    <?php echo do_shortcode('[download id="'.get_sub_field('download_id_number').'" template="box-custom"]'); ?>