Support

Account

Home Forums Add-ons Flexible Content Field Get flexible layout field subfield outside loop Reply To: Get flexible layout field subfield outside loop

  • There really isn’t going to be a simple way do to this without looping through the fields and getting the values. Even going directly to the postmeta table you’ll need to loop through the fields to find the one you’re looking for and doing a loop using get_post_meta will be a lot more complicated than any other way of doing it.