How to use WordPress Shortcodes in PHP
PHP files and theme/template files on WordPress do not translate shortcodes in regular [shortcode] format.
Instead a very simple solution is to use the shortcode, and the do_shortcode function, inside a PHP echo tag.