Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save topleague/cc7805e3303984403f77c04250a03030 to your computer and use it in GitHub Desktop.
Save topleague/cc7805e3303984403f77c04250a03030 to your computer and use it in GitHub Desktop.
Add Content to First Widget in Genesis Sample
// Content.
genesis_widget_area( "front-page-1", array(
'before' => '<div class="front-page-1 front-page-section"><div class="wrap">',
'after' => '</div></div>',
) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment