Archived topic
featured image caption inside post
3 replies · Started by Nikos on January 12, 2021
hi everybody and happy new year!
i read this
https://generatepress.com/forums/topic/display-captions-on-featured-images-only-on-the-post/
but i didn't understand where to insert the code :(
i would like, inside every post, the featured image to have its caption under it.
it would be nice inside the customizing, layout, blog, featured images, posts to be there a tickable option to display or not the featured image caption.
thank you
Hi there,
that code is PHP, this article explains how to add that:
https://docs.generatepress.com/article/adding-php/
We're looking at adding this option to the theme.
thank you very much david !!!
so the answer is ... we add the snippets to the functions.php :)
and the css codes to the generate press theme additional css.
it worked exactly as i wanted.
thank you again
The code should be added to a Child Themes functions.php - don't edit the Parent Theme files as those changes will be lost when the theme is updated.
Glad to be of help.