Answer the question
In order to leave comments, you need to log in
Wordpress get and display "caption" attribute of post thumbnail?
You can get the alt attribute of a wordpress post thumbnail like this:
$id_thumb = get_post_thumbnail_id();
$image_alt = get_post_meta($id_thumb, '_wp_attachment_image_alt', true);
How can I get the <signature> (sign) attribute?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question