Insert the code snippet into your theme’s functions.php, a helper file, or a functionality plugin to reposition the Genesis Category/Archive headline and intro text.
remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 );
add_action( 'genesis_before_content', 'genesis_do_taxonomy_title_description', 15 );
Share Your Two Cents