If your theme already includes:
add_theme_support( 'post-thumbnails' );
Then you can just add a new size in functions:
add_image_size('custom', 70, 70, TRUE);
http://codex.wordpress.org/Function_Reference/add_theme_support
http://codex.wordpress.org/Post_Thumbnails
Related Posts:
- How To Delete Desired Image Sizes From wp-content/uploads?
- Thumbnails of same size with different crop
- image_resize in wp3.5 change to wp_get_image_editor and wont work
- Why is wp_get_attachment_image_src returning wrong dimensions? [duplicate]
- Stop wordpress from creating multiple size images
- wp_get_attachment_image() not working when trying to add width and height attributes
- WordPress 3.5 – Add custom image size
- Add_image_size not cropping
- Custom image sizes only for thumbnails
- Use ‘medium’ size with catch_that_image() function
- How can I get I get the thumbnail custom size dimensions?
- Is there a way to avoid using add_image_size? Best way to manage images
- How to fit image to Thumbnail canvas size?
- Custom image size mixes width and height in output
- Image Sizes/Thumbnails not generating on local install Ampps
- Best way to manage theme images
- add_image_size cropping changes on Mobile devices
- Thumbnails resized and not cropped in the center
- get_intermediate_image_sizes() returning different values depending on is_admin()
- Check if custom thumnail size image has been cropped to the correct dimensions
- How to disable WordPress from creating thumbnails?
- set_post_thumbnail_size vs add_image_size
- the_post_thumbnail responsive srcset not populating with custom image size
- New image size version only for the Featured Image file
- Is there a hook which fires after all thumbnails are generated?
- How can I upload video, generate thumbnail and convert to different formats?
- How to Delete All regenerated thumbnails but keep the original ones?
- How to Replace YouTube Videos with a “Click to Play” Thumbnail?
- get_the_post_thumbnail_url with an unregistered size
- Cropped featured image replaces original image in gallery
- Settings in ‘Media > Settings’ is ignored when inserting images
- How do I delete all generated images from my server except those currently used in posts
- Using Advanced Custom Fields with WordPress and Lightbox
- Can WordPress crop only the post thumbnails?
- WordPress remove EXIF Data from specific Thumb
- Completly disable and remove Thumbnails?
- Store thumbnails and uploads in different directories?
- No srcset for hard-cropped thumbnails
- Getting specific image thumbnail urls of attached images
- Autogenerated Thumbnail compression depending on size
- Cannot access the thumbnails of attachment images… Cannot find the reason
- Thumbnail is corrupt but image is good
- Thumbnails are not cropped even after selecting “Crop thumbnail to exact dimensions”
- Various thumbnail sizes for WordPress/jquery masonry gallery
- Removing Title Tag from Thumbnails
- Detect if image file is a thumbnail
- Changing playlist shortcode thumbnail sizes?
- Setting default thumbnails size & creating multiple thumbnail sizes
- Additional image sizes are not being generated
- Media Gallery Upload Thumbnail Compression is Changing Image Hue
- How to make programmatic image upload generate thumbnail and sizes?
- Disable wordpress image sizes generation
- Cannot get full thumbnail size using the_post_thumbnail
- WP 3.4 has missing photo data
- How to disable multiple thumbnail generation?
- Save image as featured image
- Display latest 12 images from media library
- Thumbnails produce unwanted gray pixels on white background [closed]
- Image Quality Thumbnail Compression in WordPress?
- Lazyload post thumbnails
- Customize WooCommerce Product Images (Placement and size) [closed]
- Show featured image next to post-teasers in Genesis Framework?
- prevent wordpress from creating thumbnails of an image
- Show full image thumbnail
- hover image appears below placeholder instead of overlayed
- How check that there is post thumbnail feature image or not on wordpress?
- Get thumbnail url of custom meta image?
- If I Regenerate Thumbnails, would WordPress delete the existing Thumbnails and replace them with ‘new copies’?
- How to move image thumbnails into custom folder for custom post type
- ‘Thumbnail’ and ‘Medium’ Image sizes are different than expected
- Image thumbnails not available post migration, but still accessible via direct URL – DB issue
- How to link to featured image to media file URL
- How to get cropped thumbnail source for custom post type
- Upload media files to Amazon S3
- Open Image Thumbnail in a new page, while clicking on the link
- Thumbnails Not generated when sharing on WhatsApp
- How to stop thumbnail generation from some images and different size thumbnail generate
- Update old Post image metadata to ‘thumbnail’ wp_attached_file
- How to stop wordpress always displaying full-res images
- Thumbnail position + size
- Why are some thumbnails on their side – but correct when I go to edit image? [closed]
- how to link post-thumbnail to original img in a lightbox?
- Change thumbnail image depending product category
- How to use thumbnail size of image if I’m only using src to get image
- Add padding while generating thumbnail
- Single-post preview repeats thumbnails in Jupiter Recent Posts widget
- Fixing image names for a site being restored
- force feed readers to pick atom version
- Can’t generate thumbnail images
- How to make thumbnails of uploaded animated gifs NOT animated
- “Medium” size image displayed instead of “thumbnail” in only one post, other posts are fine
- How to create resized versions of images added with wp_insert_attachment
- Force image crop size in media editor
- How do you alter the default WordPress thumbnail?
- Gallery with thumbnail carousel
- How to have the thumbnail cropping tool working
- Is it possible to change image size used for preview thumnail in Add Media popup
- Regenerate thumbnails for images that are not in the media library
- Filter for post_thumbnail: link to small src and add data-attribute [duplicate]
- How can i make this in the_post_thumbnail?