Rating: 5 stars
this is very awesome plugin
it will works for you after changing
change line 206 to <?php instead of <?
great plugins………
Rating: 5 stars
i spent more than 1 week ..to get work on amazon server but wouldn’t work. it work on only godaddy sub domain …. and also not working on localhost server
please help…
]]>Rating: 4 stars
Hi,
Here 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#” 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’ );?>
Rating: 1 star
Error by activate (on localhost):
Parse error: syntax error, unexpected end of file in /path/to/sandbox/php/wp-4.1/wp-content/plugins/categories-multiple-images/categories-multiple-images.php on line 460