footer
// Register Sidebar function divine_footer() { $args = array( 'id' => 'footer', 'name' => __( 'footer', 'text_domain' ), 'description' => __( 'footer', 'text_domain' ), ); register_sidebar( $args ); } // Hook into the 'widgets_init' action add_action( 'widgets_init', 'divine_footer' );