Captivating - How do I change the featured image size on the home page or the custom blog page?

If you'd like your side by side images on your Home Page or on your Custom Blog Page template to be a different size other than the vertical orientation you will do the following:

Square Images

If you'd like your images to be square, you'll look for the following bit of code.

If you're wanting to edit the home page, this will be found in your front-page.php file.  If you're wanting to edit the Custom Blog page template, this code will be found in your custom_blog.php file.

Where you see: 'size' => ' vertical-entry-image',

You'll change the word ' vertical' to 'square'


Horizontal Images

If you'd like your images to be horizontal, you'll look for the following bit of code.

If you're wanting to edit the home page, this will be found in your front-page.php file.  If you're wanting to edit the Custom Blog page template, this code will be found in your custom_blog.php file.

Where you see: 'size' => ' vertical-entry-image',

You'll change the word ' vertical' to 'horizontal'