Skip to content

Instantly share code, notes, and snippets.

@studiopress
Created September 6, 2017 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save studiopress/6485e18620ff5ec83ddba20ee09b5aa3 to your computer and use it in GitHub Desktop.
Save studiopress/6485e18620ff5ec83ddba20ee09b5aa3 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