mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-16 13:03:21 +09:00
Add setting to always use default image
This commit is contained in:
@@ -102,6 +102,11 @@ class Display_Featured_Image_Genesis_Customizer extends Display_Featured_Image_G
|
||||
|
||||
protected function checkbox_fields() {
|
||||
return array(
|
||||
array(
|
||||
'setting' => 'always_default',
|
||||
'label' => __( 'Always Use Default', 'display-featured-image-genesis' ),
|
||||
'description' => __( 'Always use the default image, even if a featured image is set.', 'display-featured-image-genesis' ),
|
||||
),
|
||||
array(
|
||||
'setting' => 'exclude_front',
|
||||
'label' => __( 'Skip Front Page', 'display-featured-image-genesis' ),
|
||||
|
||||
Reference in New Issue
Block a user