Been playing with the new WP feature and it seems that you can generate only square thumbnails.
I tried
<?php set_post_thumbnail_size( 600, 200, true );
but it seems to register just the height. Is that correct or am I doing it wrong?
Been playing with the new WP feature and it seems that you can generate only square thumbnails.
I tried
<?php set_post_thumbnail_size( 600, 200, true );
but it seems to register just the height. Is that correct or am I doing it wrong?
did you add this exact code in your functions.php file?
<?php add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 600, 200, true ); ?>
If so, then this really worries me, because I am planning to use it too, for a client, and thumbs won’t be square…
Maybe you can get away with not specifying the set_post_thumbnail_size();
Have you tried that? Has anyone else used this with “non-squared” images?
Ok I got it to work.. What I had to do is upload a new image from my computer. It seems that the ones in Media Library kept using the old dimensions which were square.
pheeew, you really got me scared there man 
thanks for letting us know 
There is a plug-in called “Regenerate Thumbnails” this will go back and regenerate all the thumbnails for uploads that are already on the server. It also supports the new post thumbnails, so if you start using post thumbnails, and want to go back and add them to all existing images already uploaded just run this plug-in and it will go back and solve this problem.
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.