// THEME FILE > lib > widgets.php <?php /** * This file adds all the widget spaces to the Refined theme. * * @package Showcase */ // Announcement widget area in navigation. genesis_register_sidebar( array( 'id' => 'announcement-widget', 'name' => __( 'Announcements', 'showcase' ), 'description' => __( 'This is the section at the very top of your site for special announcements.', 'showcase' ), )); // Site Wide CTA widget area. genesis_register_sidebar( array( 'id' => 'site-wide-cta', 'name' => __( 'Site Wide CTA', 'showcase' ), 'description' => __( 'This widget space appears between the 2nd and 3rd home page widget spaces, as well as at the bottom of all other pages.', 'showcase' ), ));