[Plugin: Taxonomy Images] Remove links from images
-
This plugin is awesome. I’m using it to show colours associated with a post.
One thing I can’t figure out is how to remove the links to the taxonomy archives from the taxonomy images (they’re not required at this stage).
The code I’m using to call the taxonomy images in my template is:
<?php print apply_filters( 'taxonomy-images-list-the-terms', '', array( 'after' => '</div>', 'after_image' => '</span>', 'before' => '<div class="swatches">', 'before_image' => '<span>', 'image_size' => 'swatch', 'taxonomy' => 'colours', ) ); ?>
Can anyone help me with this?
https://www.ads-software.com/extend/plugins/taxonomy-images/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Taxonomy Images] Remove links from images’ is closed to new replies.