How to insert WordPress shortcode in template ?
This is examples :
[theme-my-login-page] <?php echo do_shortcode(‘[theme-my-login-page]‘); ?>
[shortcode option1="value1" option2="value2"] <?php echo do_shortcode(‘[shortcode option1="value1" option2="value2"]‘); ?>
Related Posts
No related posts.
thank you for your ideas