Created
August 28, 2017 12:23
-
-
Save topleague/cc7805e3303984403f77c04250a03030 to your computer and use it in GitHub Desktop.
Add Content to First Widget in Genesis Sample
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
// 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