Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End How do I display Widgets in Custom Theme? Reply To: How do I display Widgets in Custom Theme?

#186245
mikes02
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]'); ?>