Insert Shortcode Into Thank you Page of Michelangelo Theme

Tanle2207

New Member
I made a shortcode with Code Snippets plugin and I want to insert it into the thankyou page of Michelangelo theme but I have no idea how to do it.

I used WP post editor but i didnt work.

I tried to modify the /wp-content/themes/michelangelo/tpl/page/alids/thankyou.php too but it is no where to be found in the page

Anybody know how to do it?

Thanks in advance!
 

Direct Webstore

Well-Known Member
I tried to modify the /wp-content/themes/michelangelo/tpl/page/alids/thankyou.php too but it is no where to be found in the page
If you want to put a shortcode into a php file, you need to use this format ...

<?php echo do_shortcode('[YOUR_SHORTCODE]');?>
 
Top