Plugin Directory

Get Image

  1. Upload getimage.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Place <?php gi_fullsize (); ?> in your templates
  4. You can place <?php gi_library ('thumbnail'); ?>

Using gi_library

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)
  1. The sizes of gi_library () are: 'all', 'fullsize', 'medium', 'thumbnail'. Default: 'thumbnail'
  2. The extra is an extra string that you wants to put in your image tag. Default: ''
  3. The print is used if the return_as is string. It prints the string genered. Default: true
  4. The return_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'

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(5 ratings)