With wp_get_attachment_image_src you get a array with values corresponding to the (0) url, (1) width, (2) height, and (3) scale of an image attachment (from the wordpress doc).
you code can be:
if($imageid){
$image_attributes = wp_get_attachment_image_src( $imageid, 'custom-size-01', false);
echo "<img src=\"";
echo $image_attributes[0];
echo "\" width=\"100%\" >";
}
Related Posts:
- Changing playlist shortcode thumbnail sizes?
- change wordpress gallery shortcode to slider
- Use full size images in a specific gallery
- How to reduce the image size inside an icon? [closed]
- Access the resized images generated by `add_image_size()`
- current_shortcode() – detect currently used shortcode
- Get shortcode name from within it’s callback function? [duplicate]
- Tinymce – How to hook before or after live shortcodes rendering?
- How to customize a shortcode using the customizer
- how to have the gallery shortcode output one single UL list instead of several DL?
- Stray closing paragraph tag when using shortcodes
- WordPress transients for a shortcode
- How to handle valueless attributes in shortcodes?
- How execute shortcode with javascript
- How can I make all gallery images to open in a new window?
- The result of a shortcode appear BEFORE page content
- Getting the count of a shortcode that is nested
- How to render complicated shortcodes
- Get shortcode attributes outside shortcode function
- My shortcode is not working in Contact Form 7 Message Body
- Get Shortcode Attributes
- How I make a shortcode for this code?
- Shortcode doesn’t work with classes
- Get shortcode from the content and display it in other place (in sidebar, for example)
- Layout shop page: resize images and columns
- Adding shortcode to the main menu
- Inserting PHP inside do_shortcode
- Prevent wordpress from rendering shortcode in post
- Executing a shortcode from a “normal” text/hyperlink
- Can a shortcode return its own name?
- Two different inner shortcode under shortcodes or multiple nesting of inner shortcodes
- Extra paragraph tags in an enclosing shortcode
- Create a shortcode that creates a form for users to edit their information
- How to split text text text into array
- WordPress Vue Js Shortcodes
- Shortcode multiple values
- How do you stop a shortcode from firing in the editor?
- Documentation for adding a tinyMCE view for visual live preview of custom shortcode?
- Ho to add “Create Slider” option to default “Add Media” popup?
- How can I implement shortcode on click event
- Gravity forms – get shortcode attribute from post content
- Login form from shortcode doesn’t redirect after successful login
- How to get the $atts of a shortcode
- Getting the count of a shortcode that is nested
- do_shortcode via ajax
- How to list users by custom field?
- Form Shortcode not saving data to WP database
- Code is providing a row of data but not formatting it as table
- Gutenberg Shortcode Fail
- How to add “get_theme_mod” inside a shortcode?
- How to create shortcode to display perticular word from page title
- Visual Composer creating own shortcodes with vc_map() to return simple Image
- Getting Page Content Using Shortcode
- shortcode with conditional results if logged in
- Can I pass parameters to the add_shortcode() function?
- Hijack WordPress Shortcode attribute
- Turning variable into a value set in shortcode
- How to find specific shortcodes in a post or in a widget and pass them to a variable?
- how can I change my font color for Shortcode [closed]
- tax query shortcode
- Create a function to display HTML/data based on site admins role?
- AJAX and do_shortcode
- FontAwesome Shortcode isn’t working properly
- How can I extract a word from page/post URL using shortcodes
- Image and shortcode not showing in excerpt
- Custom user registration shortcode – redirect header issue
- Call Shortcode on wp_footer
- Shortcode question…. javascript
- Shortcode not displaying video as expected
- Adding shortcode of “Random Content” Plugin in the post after the title
- How to Display Shortcode’s Content after Short Product Description?
- Variable inside shortcode or shortcode inside shortcode
- From a shortcode I want to pass a value to display a different page
- Remove figcation from excerpt
- Shortcode select another dbbase
- How to use code in an editor block?
- return an array with a shortcode
- Hide password protected dynamic content in templates via shortcode
- Shortcode callback not called
- Shortcode not interpreted if parameter set
- Can we add a single caption to the gallery shortcode?
- shortcode atts not working
- Using shortcode to stop post content from displaying
- Shortcode Attribute contains clone of all shortcode attributes
- How to echo an array returned by a function
- Custom Login in Shortcode got error
- Creating custom shortcode
- What is short code for following?
- Created a shortcode, using it twice (but differently) on a page but its just outputting the same one twice
- Access Shortcode in ajax code?
- Automate post creation in wordpress
- WordPress Not rendering short code properly?
- Shortcode or placeholder for theme options page?
- How to print [embed] code in wordpress [duplicate]
- How to attach sidebar to shortcode’s output?
- Shortcode append to the the_content()
- How to call shortcode on button click
- How can you alter the name of attributes in a shortcode?
- Wrapping a function in html tag and return?
- 3 shortcodes 2 won’t render [closed]