/ Published in: PHP
Inserts WordPress shortcode outside the loop in a template
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php echo do_shortcode('[shortcode option1="value1" option2="value2"]'); ?>