What problem does this address?
When using a block theme that leverages wp:post-featured-image to display a post's featured image, there is no caption being rendered by that block, nor is there an option to do so.
Jetpack for example offers external media providers like Openverse and Pexels that users can select from when setting a featured image. Generally, the Caption field is used to credit the source, and you'll see that themes like Twenty Twenty will render the caption/credit for featured images by default.
Concern originally raised in: Automattic/jetpack#23408
What is your proposed solution?
Given the fluid discussion in: #27617
I'm not quite sure at this point, but I think it'd be nice to have an option that would show the caption/credit for the featured image - especially when the images are sourced from a third-party. At bare minimum, at least have the figcaption output in the HTML even if it's not visually displayed.
What problem does this address?
When using a block theme that leverages
wp:post-featured-imageto display a post's featured image, there is no caption being rendered by that block, nor is there an option to do so.Jetpack for example offers external media providers like Openverse and Pexels that users can select from when setting a featured image. Generally, the Caption field is used to credit the source, and you'll see that themes like Twenty Twenty will render the caption/credit for featured images by default.
Concern originally raised in: Automattic/jetpack#23408
What is your proposed solution?
Given the fluid discussion in: #27617
I'm not quite sure at this point, but I think it'd be nice to have an option that would show the caption/credit for the featured image - especially when the images are sourced from a third-party. At bare minimum, at least have the
figcaptionoutput in the HTML even if it's not visually displayed.