Last active
April 11, 2017 17:40
-
-
Save nutsandbolts/7533092 to your computer and use it in GitHub Desktop.
Add widget area to a Genesis page
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
genesis_register_sidebar( array( | |
'id' => 'page-widget', | |
'name' => __( 'Page Widget', 'nabm' ), | |
'description' => __( 'This is the widget area for a specific page.', 'nabm' ), | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment