itemprop on image
-
I would like to add itemprop=”image” to the img-tag.
That is: <img src=”image.jpg” itemprop=”image”>.I insert the tax image with the following code:
<?php print apply_filters( 'taxonomy-images-queried-term-image', '', array( 'attr' => array( 'class' => 'photo serp-image', ), 'image_size' => 'large', ) ); ?>
Any ideas on how to do this? Is it possible to add this as some kind of attribute in public-filters.php?
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘itemprop on image’ is closed to new replies.