Categories
Genesis Tutorials

Modify Genesis Content Archive Featured Image Settings

These code snippets enable you to change the Genesis > Theme Settings > Content Archives > Featured Image settings using code in your child themes functions file.

genesis-featured-image-settings

There’s 2 code snippets which enable you to:

  1. Include or hide the featured image using 0 for hide and 1 for show.
  2. 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:

Related Code

Leave a Reply

Your email address will not be published. Required fields are marked *