Thanks for this wonderful plugin.
I am outputting all category images (in my case icons) which are used/checked for a post (within the category.php template) with this code:
<?php print apply_filters( 'taxonomy-images-list-the-terms', '', array(
'image_size' => 'Fullsize',
'before' => '<ul class="pins">',
'after' => '</ul>'
) ); ?>
Is there any way to remove the link from the images?
I simply would like a UL list without the links.
Many thanks for any hints!