Hi, I want to add custom image sizes to my site and have followed and article ( https://enviragallery.com/how-to-add-custom-image-sizes-in-wordpress/) adding the custom size to my child functions.php. These images will be displayed within pages.
My Question is regarding step 2
<! – Now that you’ve added your custom image sizes, next it’s time to display those custom image sizes in your theme. Simply edit the theme file where you want to display your custom image sizes, and add the following code:
?
1
Change ‘your-specified-image-size’ to the name you assigned to your custom image size in the previous step. You’ll need to paste this code inside the post loop of your theme file. -->
Which theme file would I add to the child theme and the code to so that the images are sized within the page?-
Thankyou