Created
March 11, 2017 02:26
-
-
Save gottalovelattes/846b03816121e3090434b160072556c0 to your computer and use it in GitHub Desktop.
Register widget area for Instagram feed.
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 Instagram widget area | |
genesis_register_sidebar( array( | |
'id' => 'instagram', | |
'name' => __( 'Instagram', 'theme-name' ), | |
'description' => __( 'This is the instagram widget area.', 'theme-name' ), | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment