Lego2012
12/13/2016 - 3:29 PM

Force Excerpts

Force Excerpts

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

// Force excerpts
add_filter( 'genesis_pre_get_option_content_archive', 'sk_show_excerpts' );
function sk_show_excerpts() {
    return 'excerpts';
}