Last active
September 21, 2017 13:43
-
-
Save studiopress/3bdb303740eec2cfbddaaac1f6f1efcd to your computer and use it in GitHub Desktop.
Register widget area for photo grid.
This file contains 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 | |
// Do NOT include the opening php tag. | |
// Register Photo Grid widget area. | |
genesis_register_sidebar( array( | |
'id' => 'photo-grid', | |
'name' => __( 'Photo Grid', 'theme-name' ), | |
'description' => __( 'This is the photo grid widget area.', 'theme-name' ), | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment