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';
}