To use a shortcode in a theme file, simply use the do_shortcode() function as shown below:
<?php echo do_shortcode("[your_shortcode]"); ?>
That’s it. Super simple, and really useful at times!
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
To use a shortcode in a theme file, simply use the do_shortcode() function as shown below:
<?php echo do_shortcode("[your_shortcode]"); ?>
That’s it. Super simple, and really useful at times!