Support

Account

Home Forums Gutenberg Gutenberg block that contains a post loop Reply To: Gutenberg block that contains a post loop

  • Just clarifying for future readers with a bit of code! Inside a block, you’d need to force the ID of the parent current post, like this: get_field('myField', get_the_ID())