Reply To: About do_shortcode in custom page template

Home Forums Support About do_shortcode in custom page template Reply To: About do_shortcode in custom page template

Home Forums Support About do_shortcode in custom page template Reply To: About do_shortcode in custom page template

#155711
Tom
Lead Developer
Lead Developer

Hi there,

Typically all you need to do is this:

<?php echo do_shortcode( '[my-shortcode]' ); ?>

If that doesn’t work, there’s most likely something wrong with the coding of the shortcode.