I'm looking to add a unique chunk of html between the header and the body of any blog based on 1 theme. Like so:
--------
THEME HEADER
<- Unique, blog-wide chunk of html code
THEME BODY
THEME FOOTER
----------
A proper site-wide subhead as it were.
There are a few 'custom header' or 'custom subhead' plugins that allow for text plugins on a post/page basis. No good.
I've also tested a handful of 'custom header + footer' plugins, but the header additions either come in before <?php get_header(); ?>, or they focus on meta data adds, etc.
I've also tried a few ad-serving plugins, but they tend to work with absolute/specific paths to ad repositories (ie, plug in ad set #4748239472 for every blog generated from X Theme) instead of a relative/generic path (ie, plug in the 'Subhead' ad for this specific blog).
I'd love to find something that allows for a generic php tag to live under the get_header tag in the theme files...and then gets populated on a blog-by-blog basis via the wp-admin interface if possible.
Thoughts? Thanks!