mirror of
https://github.com/10h30/trestle.git
synced 2026-07-16 21:23:33 +09:00
Added filter to remove Genesis default image fallback of first-attached.
This commit is contained in:
@@ -84,6 +84,9 @@ function trestle_theme_setup() {
|
||||
// Manually control where Post Info & Meta display
|
||||
add_action( 'the_post', 'trestle_post_info_meta', 0 );
|
||||
|
||||
// Remove default featured image fallback of 'first-attached'
|
||||
add_filter( 'genesis_get_image_default_args', 'trestle_featured_image_fallback' );
|
||||
|
||||
|
||||
/*===========================================
|
||||
* General Actions & Filters
|
||||
|
||||
Reference in New Issue
Block a user