Archived topic
How to modify featured image size in single post
3 replies · Started by ioan on September 9, 2016
I need to modify the featured image size in a single post type, now it populate the full size of the image but I need the thumbnail or the medium size, or maybe a custom size. I know that it's setup in the "generate_before_entry_title" hook but don't know how to modify it
Thanks in advanced
Ioan
Hi there,
You can actually use a filter for this: https://generatepress.com/forums/topic/displaying-posts-in-columns/#post-222621
You'll just need to replace the conditional (is_category()) to suit your needs: https://codex.wordpress.org/Conditional_Tags
It works, thanks
You're welcome :)