Home › Forums › Back End › How do I display Widgets in Custom Theme? › Reply To: How do I display Widgets in Custom Theme?
October 14, 2014 at 4:49 pm
#186245
Participant
This should get you started:
http://codex.wordpress.org/Function_Reference/do_shortcode
If the widget has a shortcode as you say it does then in your template file you could do:
<?php echo do_shortcode('[wunderground]'); ?>