How to Add a shortcode to a WordPress Template php file Posted on March 4, 2021March 4, 2021 by SEO Brisbane Search Tempo Open up the php template file. Appearance - Theme Editor Add the code: <?php echo do_shortcode( '' ); ?> The part within the [ ] is the shortcode name Read More