Banner for Get Image
Take the last image daughter of a post on the selected size. Wordpress Tutorial
Noted That:
  • To install correctly this get-image.zip .
  • Fisrt Download the get-image.zip to your computer
  • Extract/Open get-image.zip to Your Computer.
  • Then, Find readme.txt file inside get-image.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " get-image.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Get Image

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Get Image

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Get Image

Step-5 : Now, Browse " get-image.zip " Downloaded plugin from your computer, Where you downloaded " get-image.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Get Image

Step-6 : Now, Click on " Active Plugin "

Activate Get Image

Step-7 : Then, See left Side Menu. " Get Image " folder is added on left Side Menu. Now, Click on " Get Image " folder.

Noted that: If you do not see " Get Image " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Get Image Configurations and Settings or How to work " Get Image " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Get Image " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Get Image
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload getimage.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place in your templates
  4. You can place

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 size s 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’

Name