These code snippets enable you to change the Genesis > Theme Settings > Content Archives > Featured Image settings using code in your child themes functions file.
There’s 2 code snippets which enable you to:
- Include or hide the featured image using 0 for hide and 1 for show.
- Set the image size choosing from thumbnail, medium, large and any custom sizes you have added using
add_image_size
Here’s the code for logged in members: