Add setting to prefer large featured image

This commit is contained in:
Robin Cornett
2017-11-01 08:08:53 -04:00
parent de841f666f
commit c7d4f973dd
3 changed files with 78 additions and 18 deletions
@@ -39,6 +39,7 @@ class DisplayFeaturedImageGenesisGetSetting {
'backstretch_priority' => 10,
'large_hook' => 'genesis_before_loop',
'large_priority' => 12,
'large' => array(),
) );
}