Page Title As Alt Text For Featured Image

Posted in: Newspaper
Post count: 7

I’m looking to use the page title as the alt text for the featured image. I understand to do this, all I need to do is to update the_post_thumbnail() to the code below. The question is.. where do I find the_post_thumbnail()?

$title=get_the_title();
the_post_thumbnail( array(150, 150),array( 'alt' =>$title) );

Thanks in advance!

Post count: 23312

Hello @Sean,

You should use the default WordPress function to display the Post Title in Alt. Please check the following screenshot from here -> https://www.screencast.com/t/r93M1RPA

Thanks for your understanding!

Post count: 7

Thanks Catalin

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.