Executing WordPress shortcodes
By default, WordPress shortcodes can only be used in pages, posts and widgets.
If you want to include a shortcode for a cool plugin, or a special functionality you need, in your WordPress Template for example, you can use the following code to make it happen.
<?php echo do_shortcode('[shortcode goes here]'); ?>