Seitenleiste-Vorstand
// Register Sidebars function custom_sidebars() { $args = array( 'name' => __( 'Seitenleiste-Vorstand', 'text_domain' ), 'description' => __( 'Seitenleiste-Vorstand auf der linken Seite', 'text_domain' ), ); register_sidebar( $args ); } add_action( 'widgets_init', 'custom_sidebars' );