• I’m trying to add a featured image to my post, but pressing “crop” does nothing. When I save the featured image, WP ignores my selection, auto-selecting a portion in the center of the image instead. Ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • same problem here! any solution?

    having the same issue here as well

    Same here… setting the default works fine but when trying to add featured images to other pages it always center crops no matter how I resize/crop using the WP tools. If anyone finds a solution please post.

    My problem was that my WP-theme didn’t use the cropped images (with get_the_post_thumbnail($id, ‘thumbnail’)). It was using an own method in functions.php. An other problem is that wordpress always shows the default image at the right in post-edit (and not my cropped), although the cropped image saved correctly.

    I had a smilar problem. The theme I was customizing came with it’s own resizing method. I replaced their image loading code with:

    <?php the_post_thumbnail('post-image'); ?>

    And now it uses the thumbnail as cropped by the WP image uploader!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Cropping featured image’ is closed to new replies.