Created
November 8, 2013 19:55
-
-
Save JiveDig/7376666 to your computer and use it in GitHub Desktop.
Register new Genesis widget area
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
//* Register widget areas | |
genesis_register_sidebar( array( | |
'id' => 'after-post', | |
'name' => __( 'After Post', 'theme-name' ), | |
'description' => __( 'This is the widget that appears after a single posts.', 'theme-name' ), | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment