Use Full Content for Features in Grid Loop

<?php
/**
* Use Full Content for Features in Grid Loop
*
* @author Bill Erickson
* @link http://www.billerickson.net/code/full-content-features-in-grid-loop
*
* @param string $option
* @return string $option
*/
function be_full_content_for_features( $option ) {
if( in_array( 'feature', get_post_class() ) )
$option = 'full';
return $option;
}
add_filter( 'genesis_pre_get_option_content_archive', 'be_full_content_for_features' );
view raw functions.php hosted with ❤ by GitHub

Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk