[Plugin: Taxonomy Images] Remove link from image terms?
-
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!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Taxonomy Images] Remove link from image terms?’ is closed to new replies.