Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Using Shortcode in an ACF Section Reply To: Using Shortcode in an ACF Section

#148757
shart291
Participant

Never Mind. I looked up ome ACF functions and used the following:

<?php $content = get_sub_field( 'ad_banner_code' ); 
        echo do_shortcode($content);?>