Alt tag is empty when no thumbnail
-
Hello.
When there is no thumbnail available for a post, the “ALT” tag is empty.
– Post with a thumbnail (ie Featured image) : tag is OK
As
<img width="150" height="150" src="https://www.domain.tld/wp-content/uploads/image.png" class="wpp-thumbnail wpp_featured attachment-thumbnail size-thumbnail wp-post-image" alt="alternative_text_from_the_media_library" loading="lazy">
– Post without thumbnail (default thumbnail is taken from the media library) : tag is not OK
As
<img src="https://www.domain.tld/wp-content/uploads/default.png" width="150" height="150" alt="" class="wpp-thumbnail wpp_featured wpp_def_no_src" loading="lazy">
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Alt tag is empty when no thumbnail’ is closed to new replies.