Use wp_get_attachment_image( $id )
.
Sample code:
print wp_get_attachment_image(
$main_image,
array ( 80, 80 ),
FALSE,
array ( 'alt' => 'portrait' )
);
Related Posts:
- How do I Add images uploaded in the post to a default custom field
- Add image URL automatically to custom field?
- WordPress Theme Preview Image
- The the_post_thumbnail without srcset?
- Get the first image from post content (eg.: hotlinked images)
- How to add a checkbox element to attachments editor with example
- How to modify an image block in Gutenberg WordPress 5?
- How can I set image sizes and still have responsive images using the srcset attribute?
- Add default Backgrounds
- Edit srcset and sizes attributes in Gutenberg image, cover and gallery – blocks
- wp_get_attachment_image_attributes not working for me
- Specify image dimensions
- How to get gallery images?
- add_image_size is scaling, even though crop is set to true
- Featured Image in 4.4 should be larger on mobile device
- How to use the responsive images feature from WP 4.4 in your themes
- Confused about image sizing business in WordPress
- Unexpected width and srcset attributes for the_post_thumbnail();
- How do I get gallery thumbnail URL and change the default thumbnail size?
- Responsive class to all the images in the content
- How wordpress handle upload images and how to use them in the code
- Change loop order via form or link (jquery, not URL)
- Replace Home with image link inside custom header menu
- Featured Image Size
- Why is unfiltered html allowed in custom fields for author / contributor roles?
- inserting custom li class to wp_list_pages
- How to set dimensions of the post thumbnails (featured images)
- Using the theme options to change background
- Cannot get full thumbnail size using the_post_thumbnail
- wp_editor() usage in custom meta box
- wp_get_attachment_image_src() width and height boolean
- Add theme templates for child categories into the template hierarchy
- How to float an image in Gutenberg
- A mystery 300px image size
- Load child template based on parent
- Custom post fields
- Why an arugment is missing in wp_get_attachment_image_attributes?
- Reasons why all thumbnail sizes aren’t working
- How to make a local cache of mshots images
- Injecting a custom sql query into a page/theme
- attachment.php code or tutorial
- Change “Thumbnail”, “Medium” and “Large” image sizes using functions.php?
- image url relative path not working in css file
- Default image size not working
- Custom Field created in add_meta_boxes reappearing itself again in the default Custom Metabox
- How do you replace content generated by custom fields with custom blocks in Block Editor?
- How to display all subpages and short by year
- WordPress Media Uploader in page template (On Front-end)
- Sort wp_query by sum of two meta fields
- What’s the best practice way of handling custom fields in different post formats?
- Responsive Images – crop don’t seem to work
- Custom page template with custom fields
- How do I include pre-installed images in a theme?
- Inserting images in multiple posts native gallery
- Can I get the ID of an inserted / linked image?
- Add attachment for all images in post
- Changing Header Image Every N Minutes/Seconds
- Do not display post images on front page
- What is the meaning of WordPress’s recommended css classes and where are they applied?
- Redirect to another page using contact form 7? [closed]
- Gallery thumbnails very small
- Where WordPress Stores The Custom Fields Values
- Custom image size vs CSS sizing
- Getting Different Size Of Attachment Images
- In creating a theme, how can i allow a user to change an image outside post/page content?
- Change Responsive Images Maximum Width of 1600px
- How to show a manageable list of images on a post?
- How To Pick Custom Size Of Uploaded Image In Theme Via the_post_thumbnail();?
- Change image size depending on page
- How to disable thumbnail filter for a specific template part or image size?
- How to obfuscate theme directory URLs
- Are seven additional image sizes are too many?
- Remove link on full-size images
- how to retrieve the image title for image Post Format
- Modify available templates (in dropdown)
- What is the best way to build home pages with a lot of sections for distributable themes [closed]
- Theme logo metadata into template file
- WordPress creating images if uploaded image is greater than 960px on one side?
- How to add post meta fields to an article’s as meta elements
- Injecting pre-defined text from custom page template to editor
- How to fix WordPress images not showing up in local hosted XAMPP server?
- Let user to add input fields on theme option page
- Get attachment meta (I need attachment ID, unsure how to find it)
- How to use shortcode inside of shortcode in theme
- Change Image Sizes for Mobile Theme
- Stop WordPress from showing images on non post pages
- How to make excerpt image be full size instead of thumbnail?
- How to add cropped custom header image?
- Is there a way to serve different resolution images to different devices?
- How can I scale down the width of images in bulk that are embedded in posts throughout the site?
- How can I remove image taxonomy pages from my theme and from Google?
- Dynamic Image Links Depending on Excerpt/’Single Post’ View
- Designing a custom archive.php inspired by the Autofocus theme
- ACF get_sub_field ALT TAG in the repeater doesn’t show
- How can I add a field for featured image on backend of a custom Taxonomy?
- WordPress Animation Adjustments
- theme directory fallback image outputs url and not the image
- Post Featured Image Custom Sizing?
- Image cropping isn’t working correctly when using Offload Media
- How to add an image to a theme page template in code?