Skip to content

Instantly share code, notes, and snippets.

@gottalovelattes
Created March 11, 2017 02:26
Show Gist options
  • Save gottalovelattes/846b03816121e3090434b160072556c0 to your computer and use it in GitHub Desktop.
Save gottalovelattes/846b03816121e3090434b160072556c0 to your computer and use it in GitHub Desktop.
Register widget area for Instagram feed.
<?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