good idea .. .I tried. I am using genesis framework but I keep getting a weird error.
add_action( ‘genesis_before_loop’, ‘show_author_box_above_archive’ );
function show_author_box_above_archive() {
echo’This is before the loop’;
echo do_shortcode ( ‘[wp_biographia author=”heather” ]’);
}
genesis();
I have also tried other hooks like:
genesis_before_content
etc.
for some reason the text only shows up once but…
the author box is repeated for every article on the page?
I am stumped.