Created
October 10, 2012 02:33
-
-
Save davemac/3862820 to your computer and use it in GitHub Desktop.
Display widget in template/theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php the_widget('TribeEventsAdvancedListWidget', 'title=Upcoming Events', | |
(array( | |
'before_widget' => '<article id="%1$s" class="widget %2$s"><div class="sidebar-section">', | |
'after_widget' => '</div></article>', | |
'before_title' => '<h5>', | |
'after_title' => '</h5>' | |
)) | |
); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment