Using Shortcode outside of the_content()
I had some shortcode that couldn’t be used in the body of certain posts. It needed to be inserted in a template, but of course that prevented it from being rendered by WordPress because it was no longer being parsed within the_content(). Finally discovered the answer was simple:
<?php echo do_shortcode('[mappress]'); ?>
No related videos as yet.





