Assuming the want to use a shortcode named [my_shortcode], you’ll have to do the following and use the do_shortcode() function:
<?php echo do_shortcode("[my_shortcode]"); ?>
Easy and super useful.
Thanks to WP Snippets for the tip!
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
Assuming the want to use a shortcode named [my_shortcode], you’ll have to do the following and use the do_shortcode() function:
<?php echo do_shortcode("[my_shortcode]"); ?>
Easy and super useful.
Thanks to WP Snippets for the tip!