Skip to content

Instantly share code, notes, and snippets.

@jonschr
Last active October 19, 2015 00:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonschr/0fbbafcccd8c47b2adf5 to your computer and use it in GitHub Desktop.
Save jonschr/0fbbafcccd8c47b2adf5 to your computer and use it in GitHub Desktop.
Display a widget
<?php
//* Don't include the opening php tag
//* Display a widget area
genesis_widget_area( 'your-widget-area', array(
'before' => '<div>', // markup before the widget
'after' => '</div>', // markup after the widget
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment