Title on images
-
Hello, I wonder if there is any function that puts the title on image, I have used pods_image to display it but only adds the “alt” attribute not the “title” attribute on the image.
I would like to know if I’m doing something wrong or your plugin doesn’t have that functionality.
I have this code:
$url_img_pro = get_post_meta( $post->ID, 'imagen', true ); $img_pro = pods_image($url_img_pro, 'full');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Title on images’ is closed to new replies.