This code snippet will add a “Page Header” widget area to your Genesis child theme below the header and inside the wrap. This goes in your functions.php file. It will show site-wide by default (yes, posts too despite the name), however, you can use a widget visibility plugin such as included in Jetpack to hide or show the widget in certain areas of your site.
This code snippet will add a “Page Header” widget area below the header and outside the wrap. This goes in your functions.php file.
You will likely need at least basic styling for the widget area, especially for padding. Below is some example code specifically for the upcoming Constance theme. This goes in your style.css file.