New version of Get The Image Plugins, What is the difference?
In my previous post, i always using get the image plugins ver 0.33. And always said to you that you should never update it. After studying this newer version, actually the new version of get the image plugins give us more weapon, although there is some code that change. That’s why our previous code will not works anymore when we update this get the image plugins.
Major change that you should know about new version of get the image plugins is :
- In the previous ver, we can use this : <?php get_the_image(); ?> but in the newer version, the image scan default is changed to false. so we must activate it. It will be looks like this : <?php get_the_image(‘image_scan=true’); ?>
- In the previous ver, get the image plugins using “custom_key” to load specified custom field (example : <?php get_the_image(‘custom_key=thumbnail’); ?> ), but in the new version of get the image plugins, Justin Tadlock has change it into “meta_key” (example : <?php get_the_image(‘meta_key=thumbnail’); ?> )
Great feature add for the new version of get the image plugins is the “meta_key_save”. This feature can aid us to add the image url into custom field that we need. For example, i want my image url added into custom fields with name “myfeaturedimage”, then i will add this script : <?php get_the_image(‘meta_key_save=myfeaturedimage’); ?>
This is the secret weapon for this plugins. We can use this feature, and combine it with FEATURED CONTENT GALLERY plugins to show slider image. Nice !!!!!
once again, thanks to Justin Tadlock

Hi,cahyo
I really love this blog, and have a question hope you can answer
how to auto set the custom value as the first image url in the post?
I try many methods but fail,could you give me reply?
[Reply]
naruh kodenya di mana bro? saya make get image yg versi lama
thanks…
[Reply]
HELP ME PLEASE!
Running Robot and would like my gallery to load images from post content!
Installed: Get the Image, and FEATURED CONTENT GALLERY.
But nothing happening, I am not sure what to do?
[Reply]
cahyo Reply:
February 4th, 2011 at 8:29 am
please give me more detail information please,
maybe i can help
[Reply]
RandomPages Reply:
February 10th, 2011 at 10:46 pm
Thanks for the reply, I am using robot and would like ‘get the image’ to grab the image from my post and set the meta_key_save!
I know I need to use the code but not sure what php page to paste it, I understand it has to be within the post loop!
[Reply]
cahyo Reply:
February 14th, 2011 at 5:44 am
try to put it at the main page,
maybe index.php or home.php
(different theme has different style)