• Resolved momsofinfluence

    (@momsofinfluence)


    I am trying to change the feature image size for my posts page (I elected to hide the feature image from full posts). But no matter what I do, the feature is showing up VERY large on the posts page. How can I change it to more of a thumbnail size?

    https://www.momsofinfluence.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Create a child theme and add this code to functions.php of the child theme.

    set_post_thumbnail_size( 200,200 );

    Fell free to change the size of these post thumbnail here.

    Hi momsofinfluence,

    We didn’t get your reply since seven months. We hope you got the solutions of your issue.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot Change Size of Feature Image on Summary Page’ is closed to new replies.