Adding a data attr to images and remove link
-
Is there a way to apply a data attribute to images? I’m currently getting taxonomy images inside my loop with this:
echo apply_filters( 'taxonomy-images-list-the-terms', '', array( 'after' => '</ul>', 'after_image' => '</li>', 'before' => '<ul class="project-services">', 'before_image' => '<li>', 'image_size' => 'portfolio-showcase', 'taxonomy' => 'services', ) );
Is it also possible to remove the links from the images?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Adding a data attr to images and remove link’ is closed to new replies.