Support

Account

Home Forums Front-end Issues Shortcodes in text field Reply To: Shortcodes in text field

  • I found this on the web. Don’t know a lot about custom shortcodes, but I tested this and it worked.

    $shortcode = get_post_meta($post->ID,'YOUR_CUSTOM_FIELD_NAME',true);
    echo do_shortcode($shortcode);