Add widget area using hooks
//* Comment add_action( 'hook', 'your_widget' ); function your_widget() { genesis_widget_area( 'your-widget', array( 'before' => '<div class="your_widget widget-area">', 'after' => '</div>', ) ); }