mattlawck
9/6/2017 - 12:53 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' ),
) );