menu

arrow_back How do I use php to call the Woody shortcode in the theme file in WordPress?

by
1 vote
I have two places in my theme where I need to insert the Woody ad snippets shortcode
How do you do that?
Or should I get another plugin?

2 Answers

by
 
Best answer
0 votes
<?php echo do_shortcode('[ourshortcode]'); ?>
by
0 votes