Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    Her is what this plugin missing to became very handy:

    1) Error in Installation description. Add next code in your template:

    <?php print Categories_Multiple_Images::get_image( term_id, image_number, image_size, use_placeholder ); ?>

    Important! missing PRINT word

    2) Parameters:
    term_id – should be category/tag etc. id, type integer
    image_number– should be string with a number of the picture that you can get from the place where you uploaded image. For example in Categories if you upload “image#2” then “image_number” is ‘2’
    – last two parameters I skipped ?? who wants to dig dipper code is pretty simple.

    So, it seems to be sort of unfinished in explanation and support, but for me personally was easier to find the way with this plugin than write my own.

    example how to use in my case:
    <?php print Categories_Multiple_Images::get_image( $category->term_id, ‘2’ );?>

    Plugin Author Binternet

    (@binternet)

    Hey there, sorry for my late response.

    You have a full description of the get_image method:

    /**
    * Categories_Multiple_Images::get_image()
    * Returns the image(s)
    * @param mixed $term_id Term ID
    * @param mixed $image_number Specific Image Number
    * @param string $size Image Size [thumb, full etc…]
    * @param bool $return_placeholder Use image placeholder incase no image was found
    * @return
    */

    Maybe I expected people to look inside the code and should put it in the documentation.

    Hello,
    i have a problem with use this plugin. In my category template use this: <?php print Categories_Multiple_Images::get_image(); ?> in place whe i wold like to display category image, but multiple image don′t display.
    Where is problem? Thank you very much.

    Plugin Author Binternet

    (@binternet)

    hrnmiweby, please see the documentation i placed eralier in this thread, you must provide arguments into the Categories_Multiple_Images::get_image() method

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin doesn't seem to work (images not showing)’ is closed to new replies.