Lego2012
12/13/2016 - 4:27 PM

Reposition custom headline and / or description to category / tag / taxonomy archive pages

Reposition custom headline and / or description to category / tag / taxonomy archive pages

<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

//* Reposition custom headline and / or description to category / tag / taxonomy archive pages.
remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 );
add_action( 'genesis_before_content', 'genesis_do_taxonomy_title_description', 15 );