[Resolved] How to modify featured image size in single post

Home Forums Support [Resolved] How to modify featured image size in single post

Home Forums Support How to modify featured image size in single post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #225278
    ioan

    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

    #225353
    Tom
    Lead Developer
    Lead Developer

    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

    #226767
    ioan

    It works, thanks

    #226810
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.