mattlawck of StudioPress
8/3/2018 - 4:03 PM

Register widget area for Instagram feed.

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' ),
) );