Add the following code in functions.php
//* Add new image thumbnail size
add_image_size( 'mythumbnail', 180, 180, TRUE );
You can modify 180 with any sizes.



Add the following code in functions.php
//* Add new image thumbnail size
add_image_size( 'mythumbnail', 180, 180, TRUE );
You can modify 180 with any sizes.