Can you add alt tag to related images?
-
Just need to edit includes/template_thumbnail.php and add the alt tag to the line:
$post_thumbnail_html = get_the_post_thumbnail( null, $dimensions['size'], array( 'data-pin-nopin' => 'true', 'alt' => esc_html( get_the_title() ) ) );
- You must be logged in to reply to this topic.