[Plugin: Taxonomy Images BETA] Only show three images
-
I’m using custom taxonomies, please look this code:
<?php
$country = get_terms(‘countries’);
foreach($country as $c)
{
echo $taxonomy_images_plugin->get_image_html(‘medium’, $c->term_id);
}?>This code show me the first three images and then stop to do it.
It could be because is a beta version?Thanks for your time and Regards.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Taxonomy Images BETA] Only show three images’ is closed to new replies.