Note: This version only works on Wordpress 2.6. If you wants to use on wordpress 2.5, please get the version 0.5 on download repository.
Take the last image daughter of a post. To use this plugin you just need to insert one of the following commands in your template:
Adding a parameter, it becames in the tag img generated. By default, the plugin will return a string containing the tag of the image, but you can pass the second parameter to true to make the impression of this string.
Now you have a gi_library () function. It returns all images from yout post - not only the
last daughter, where you can pass some parameters like size and type of return you wants.
The sizes of gi_library () are: 'all', 'fullsize', 'medium', 'thumbnail'
gi_thumb () and gi_full().
Upgraded for wordpress 2.6
Added width and height in gi_library.
Using the native wp_get_attachment_image () function.




