Use Short code in template or php code

Trying to output shortcode in a PHP or template file, wrap your code in the shortcode function like so:

<?php echo do_shortcode("[your-short-code]"); ?>