Title: Insert image &#8211; In custom field
Last modified: August 19, 2016

---

# Insert image – In custom field

 *  [fouadovic](https://wordpress.org/support/users/fouadovic/)
 * (@fouadovic)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/insert-image-in-custom-field/)
 * Hello,
 * For my blog i have to select the three sizes of images “small”, “thumb” and “
   large”, and put each one in a custom field, for the moment i copy/paste the URL
   in the appropriate field.
    I’m looking for a plugin that helps to do it, placing
   a “Browse” button near the custom field. Or showing specific buttons “Insert”
   in the media window.
 * Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [boborg](https://wordpress.org/support/users/boborg/)
 * (@boborg)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/insert-image-in-custom-field/#post-1173688)
 * Yes I’m looking for the same thing. Are everybody really content with copying
   and pasting urls?
 *  [willshouse](https://wordpress.org/support/users/willshouse/)
 * (@willshouse)
 * [16 years, 3 months ago](https://wordpress.org/support/topic/insert-image-in-custom-field/#post-1173698)
 * We are all looking for the same thing:
    - [Custom field with media library](http://wordpress.org/support/topic/337869)
    - [Add browse button to a custom field](http://wordpress.org/support/topic/267084)
    - [Insert image – In custom field](http://wordpress.org/support/topic/299307)
 *  It has to be out there.
 *  [nathan12343](https://wordpress.org/support/users/nathan12343/)
 * (@nathan12343)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/insert-image-in-custom-field/#post-1173705)
 * [NKMImageField](http://wordpress.org/extend/plugins/nkmimagefield/)
 * This plugin does the job perfectly. You’ll still need to resize through css or
   by creating multiple images, but it will save the copy and paste you do now.
 *     ```
       <?php $mycustomimg = get_nkm_imageurl(custom_image);
         if ($mycustomimg !='') { ?>
         	<img src="<?php echo $mycustomimg; ?>"/><?php }?>
       ```
   
 * This is a version of the code I use to check if the field (custom_image) has 
   a value. The plugin page gives more info.
 *  [Rafael Vega](https://wordpress.org/support/users/rafafa/)
 * (@rafafa)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/insert-image-in-custom-field/#post-1173724)
 * Thanks Nathan!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Insert image – In custom field’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 5 participants
 * Last reply from: [Rafael Vega](https://wordpress.org/support/users/rafafa/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/insert-image-in-custom-field/#post-1173724)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
