How to display ALT text of featured image?
-
I managed to show title, caption and description of featured image in post with:
echo get_post(get_post_thumbnail_id())->post_title;
echo get_post(get_post_thumbnail_id())->post_excerpt;
echo get_post(get_post_thumbnail_id())->post_content;But, how to show image alt (“Alt Text”) of featured image?
Best regards.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to display ALT text of featured image?’ is closed to new replies.