how to add shortcode of a custom template in a wordpress page code example
Example: how to use plugin shortcode in wordpress template
<?php echo do_shortcode("[insert-your-shortcode-here]"); ?>
<?php echo do_shortcode("[insert-your-shortcode-here]"); ?>