Archived topic
Handle featured image
3 replies · Started by WebbPlatsen on June 8, 2022
Is it possible to show or hide featured image in blog view and single post view?
I am using ACF and depending on if an ACF field is set I want to show or hide the featured image.
I will handle this in content.php and content-single.php
Hi there,
you can use the option_generate_blog_settings filter to conditionally set them to display:
https://docs.generatepress.com/article/option_generate_blog_settings/
Thanks!
I solved this using the_post_thumbnail().
Glad to hear you found a solution