Get the image were plugins that could assist us maintaining our images. It means that with this plugin, we can call any images that stored inside our post. Any images, including images that we upload manually, or images that using other web url.
Here is the description of Get The Image plugins :
*Get the Image* is a plugin that grabs images for you. It was designed to make the process of things such as adding thumbnails, feature images, and/or other images to your blog much easier, but it’s so much more than that. It is an image-based representation of your WordPress posts.
This is a highly intuitive script that can grab an image by custom field input, WP’s post image feature, post attachment, or extracting it from the post’s content.
Get The Image Plugins Installation
1. Upload `get-the-image` to the `/wp-content/plugins/` directory.
2. Activate the plugin through the ‘Plugins’ menu in WordPress.
3. Add the appropriate code to your template files as outlined in the `readme.html` file.
Download Get The Image plugin Version 0.3.3
Only registered member can view this content. Please Login or Register first.
|
|
download: Get the image (16.08KB) added: 29/12/2009 clicks: 363 description: |
WARNING !!!
DO NOT UPDATE THIS PLUGINS
Rate this post here :



Hi,
Do this plugin work with joomla 1.5 please ?
Thanks
[Reply]
dea Reply:
January 1st, 2010 at 11:53 pm
hi zg,..
thanks to leave comments here.
i’m so sorry to inform you, that this is wordpress plugins.
i believe that this plugins will only work on wordpress.
if you need another assistance, just coming back to this site and leave you comment.
[Reply]
Gimana mengintegrasikannya dengan wp-advanced newspaper theme.
kayak di luggagebag.info punya mas. Rencananya sih mo pake wp robot.
Jadi image dari amazon bisa otomatis ada thumbnailnya….terima kasih sebelumnya.
sorry males pake bahasa inggeris….hahaha
takut keseleo…wkwkwkwk.
Salam
[Reply]
hai dea,
Can I ask how you manage to make auto thumb on the homepage using this theme? ( i believe this is revolution lifestyle right?), I try this, the image is shown on the homepage but it’s not good enough as the thumbnail come first and the text under the image..i want it like your that the thumbnail inserted within the post text on the home page.thx
[Reply]
dea Reply:
January 15th, 2010 at 7:41 am
use this
[Reply]
zek Reply:
April 9th, 2010 at 7:04 am
hello dea,
can wprobot + lifestyle make auto thumbnail at homepage? from what i know and i’ve try it it can’t post auto thumbnail in the homepage.
how you do it dea?
thanks.
[Reply]
cahyo Reply:
April 9th, 2010 at 12:43 pm
yes zek,
lifestyle can show thumbnail automatically.
please read this post
1. http://www.autoblogtheme.info/themes/change-studiopress-church-wordpress-theme-into-autoblog-theme.html
2. http://www.autoblogtheme.info/tips/modify-amazon-module-wp-robot-plugins-to-add-custom-fields.html
lifestyle theme exactly same with church (studiopress theme), so you can learn from two post above
Thanks bro!! I search this desperately before. Using this at http://www.grapelinephotos.com, http://www.god-light.org, and http://www.tetapsehat.info. But unfortunately update the plugin and everything become a mess. This will solve it I’m sure
[Reply]
Dear Mas Cahyo,
Do you have any solution to get rid of the upgrade announcement of this plugin?
[Reply]
cahyo Reply:
June 7th, 2010 at 8:57 am
nope.
[Reply]
[...] To get this theme works, you must have “Get The Image” plugin. You can downloaded HERE [...]
I am using StudioPress Genesis Framework with LifeStyle Child theme with WP Robot. WP Robot can’t create post thumbnails automatically. The problem is, these genesis based themes don’t support custom fields and they use wordpress built-in post thumbnails. The Classic themes are using Tim Thumb script for thumbnail and they also support custom fields. I have done lots of research and couldn’t be able to find a solution. Should I revert back to studio press classic themes and forget about the Genesis framework.
Which premium themes have the maximum compatibility with WP Robot?
[Reply]
cahyo Reply:
August 23rd, 2010 at 11:03 pm
i am 100% agreed with you Maria, Genesis Frameworks were good for manual blog, and hate us!! (autoblogger)
about premium themes, almost all of them is compatible,..
as long as they use customfields or tim thumb to show images.
best theme is premium shop theme (assume you want to use Amazon module), but this kind of theme usually use complicated script to show image, price, etc.
but if we know what customfield name that they use, it will great!.
the point is, i cannot give you opinion about most compatible theme, its all about personal sense!
(we can discuss it if you want)
[Reply]
Maria Shivers Reply:
August 24th, 2010 at 12:41 am
Thank you for your prompt reply. I purchased the Genesis Framework 3 days ago and all I can say is a big wow! The code is seamless and very clean and optimized but as you mention it is not a good option for autoblogging.
I have seen many ABs in flippa which most of them are using studiopress themes such as LifeStyle and Church but I think that they are using Classic version of StudioPress which supports Custom Fields and Tim Thumb script.
[Reply]
Hey,
Finally, I found the solution for auto thumbs creation on Genesis based themes
First edit function.php and insert the following code:
// Return an image from a custom field if no post thumbnail or image attachment exists
add_filter(‘genesis_get_image’, ‘custom_field_image_fallback’, 20, 1);
function custom_field_image_fallback($output) {
if ( empty($output) && genesis_get_custom_field(‘thumb’) )
return ”;
return $output;
}
Now go to the WP Robot Campaign settings and add the following custom field to your campagin:
Name: thumb
Value: {amazonthumbnail}
I tested it on Amazon moudle and it worked like a charm! Enjoy!
[Reply]
I forgot to mention that The code should be inserted into functions.php anywhere after this line:
require_once(TEMPLATEPATH.’/lib/init.php’);
[Reply]
cahyo Reply:
September 14th, 2010 at 6:19 pm
same with Jon, Maria…
i try it,..
but not works..
[Reply]
Maria,
When I use the code above for Genesis 1.3 it crashes with the following error.
Parse error: syntax error, unexpected T_STRING in /home/electron/public_html/wp-content/themes/news/functions.php on line 61
I am using the News Theme. What genesis are you using?
Thanks,
Jon
[Reply]
Irwan,
I am sending you emails but you are not replying. pls look at those emails. thnks.
[Reply]
cahyo Reply:
September 22nd, 2010 at 4:07 pm
reply sent.
[Reply]
I am using the Cooolzine theme form themeforest (http://themeforest.net/item/cooolzine-magazine-wordpress-edition/115116).
I download and installed Get The Image and then I pasted this “” into loop-index.php, like explained in the readme.html.
Nothing happens, what am I doing wrong ?
Grtz
[Reply]
I pasted this :
[Reply]
[Reply]