Adding “title” to featured image tag() #woocommerce
-
I would like to add “title” attribute in featured image tag For ex, below Codes:
In PHP Code: “> ‘img-responsive’)); ?>
O/P: https://# 150w, https://# 180w, https://# 129w, https://# 75w, https://# 69w, http:/# 50w” sizes=”(max-width: 200px) 100vw, 200px”>
Now, I need to add ‘title’ attribute in about O/P image tag like below codehttps://# 150w, https://# 180w, https://# 129w, https://# 75w, https://# 69w, http:/# 50w” sizes=”(max-width: 200px) 100vw, 200px”>
How do i can add title attribute By this code ‘img-responsive’)); ?>Please help me!!
Advance thanks.
- The topic ‘Adding “title” to featured image tag() #woocommerce’ is closed to new replies.