Skip to content

Instantly share code, notes, and snippets.

@davemac
Created October 10, 2012 02:33
Show Gist options
  • Save davemac/3862820 to your computer and use it in GitHub Desktop.
Save davemac/3862820 to your computer and use it in GitHub Desktop.
Display widget in template/theme
<?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