getimage.php to the /wp-content/plugins/ directory<?php gi_fullsize (); ?> in your templates<?php gi_library ('thumbnail'); ?>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. Sintax:
gi_library ($size, $extra, $print, $return_as)
sizes of gi_library () are: 'all', 'fullsize', 'medium', 'thumbnail'. Default: 'thumbnail'extra is an extra string that you wants to put in your image tag. Default: ''print is used if the return_as is string. It prints the string genered. Default: truereturn_as is the return that you wants. Here is the powerfull way to manipulate your results. The result_as can be: 'string', 'array', 'brute_array'



