Why not set your own image sizes from within your theme in functions.php
?
add_image_size( 'some-image-size-name', 500, 300 );
Then you can call that size you want from your template.
<?php echo get_the_post_thumbnail( $post_id, $size, $attr ); ?>
Links
Add image size: http://codex.wordpress.org/Function_Reference/add_image_size
get post thumbnail: http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail
Related Posts:
- Reject upload of wrong-sized images using the Media Uploader
- Which filters or actions to use after a media upload and delete?
- Settings in ‘Media > Settings’ is ignored when inserting images
- There’s a way to scale media (images) at 50%?
- Force wordpress to see uploads folder media
- Site icons with alpha channel for self-hosted WordPress blog network
- How can I receive the image id using the media box?
- Set default “Link CSS Class” in add media admin editor
- Upload images to remote server
- what happens to existing media files when I switch to year/month directory structure format?
- Can’t upload media, permissions are correct
- Image upload callback in new 3.5 media
- How to wp_upload_bits() to a sub-folder?
- “Add Media” only shows “Full Size” under Attachment Display Settings
- Differentiate Featured Image from Post Images upon Upload
- Where do the favicons for Media Files come from
- How to manage a standalone media folder?
- How do I link directly to uploaded files?
- Is it possible to trigger some JavaScript when Media Popup is opened?
- Is wp_read_audio_metadata() function deprecated?
- Media Uploader: get deleted files
- WordPress REST Upload Media
- How can I prevent uploading bmp image?
- How to validate the file name of the Media File Uploads?
- Alter media caption/description conflict in WordPress?
- Restrict the number of images to upload per post
- Image size filtering in Media uploader according to custom post type
- Post Specific Uploader
- How to upload imagick resource to media in wordpress
- Select image sizes you want to be uploaded
- How to add a media with PHP
- Generated Images sizes do not match Media Settings Image Size
- Media upload via backend doen’t work after moving site
- Setting higher upload limit
- Multisite media library uploads broken images
- WordPress won’t generate image sizes for certain images
- Different upload path per file type
- Thumbnails produce unwanted gray pixels on white background [closed]
- How do I get allowed Media Library upload file extension list?
- Uploading dwg files to wordpress
- Find unused images?
- Images not being generated at correct size
- Change WordPress Media Manager
- Switch between tabs on “Insert Media” dialog
- Use the WP media uploader dialog for uploading a form attachment (non-admin). Offering progress and drag and drop feedback
- How can I create more upload paths, like a post corresponding to a post title folder used to store images of the same product
- WordPress automatically downscaled images larger that original
- WordPress Media Uploader in page template (On Front-end)
- making media URL secured
- How to allow logged out users to upload media?
- Is it safe to allow non-admin users access to media uploader
- How to generate thumbnails when needed only?
- add_image_size adds size, but doesn’t upload if source resolution is same as resize resolution
- Set Maximum Width for an uploaded image
- WordPress Bug on IIS ? Problem when uploading image on IIS 7
- Upload media only to DB
- PHP error when trying to upload .mp3 files via Media Library [closed]
- Get images attached to a specific page
- Is it possible to import all files from a uploads DIR into WP media, retaining paths to the files
- How to resize attachement
- Best way to receive special images in posts
- How does WordPress decides how many sizes of an image to create?
- Flat media folder vs multiple directories
- Is there a way in WordPress to convert images to WebP without a plugin?
- Move media files from the root to date folder structure
- Big file upload give HTTP error
- Can you limit the size of media files being uploaded not using php.ini?
- Image upload to media library fails. Folder won’t create, database insert fail, XAMPP Windows
- Send media uploads to different directories
- Dynamically determine the width and height of a image file to be cropped & uploaded AFTER form submission given fixed aspect ratio
- Disable image rename on upload
- Open Media Uploader Link in single post or page
- How to change archieve frequency of the media file in uploads folder for wordpress blog
- How can i identify media uploaded to my website that is not being used anywhere anymore?
- image URL changed in wordpress
- Insert attachments from custom uploader into post (regular uploader style)
- How to move an image in a plugin to the upload directory and make it as a media of wordpress?
- Uploaded images result in a file url with full path on disk appended
- Migrating WordPress Uploads To S3 Object Storage
- Import media (.xml) does not attribute featured images to posts
- WordPress append -1 to the image name
- Blog suddenly can’t display .jpg
- Upload Video using wordpress rest api with ionic
- SVG not displaying in Media Tab in Backend
- Modify Maximum upload file size text in WordPress Media
- Updated wordpress missing image upload area
- Images not displaying on site or media library
- Replicate Media Galley Edit view in Add Media View
- Front-End Upload media with category
- Sanitizing existing media library paths and page links from foreign characters
- Media not displaying other users uploads – WordPress 4.9.2
- How could you allow users to upload a video in within their profile and display it on a wordpress site?
- How to share media between independent blogs?
- WP Capabilities to Add Media, Use Media, But Not Edit Them
- Limit attachment caption characters
- controlling whether upload is attached to post or not
- Media Gallery doesn’t show (using WP-Read Only)
- Upload User Avatar from android to WordPress using Rest API
- Updating Media Library PDF’s in bulk
- How to properly move media files and update data?