Support

Account

Home Forums Gutenberg Post Featured image in acf block Reply To: Post Featured image in acf block

  • Make sure to pass the post ID to get_the_post_thumbnail_url()

    In a block you can simply reference $post_id to get it.

    get_the_post_thumbnail_url($post_id)