Tag Archives: category archive intro text

To move the Archive Intro Text from the top (default) position to the bottom of the page (after shop loop)

add_filter( 'genesis_term_intro_text_output', 'wpautop' ); add_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 ); function genesis_do_taxonomy_title_description() { global $wp_query; if [...]

This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.