Support

Account

Home Forums General Issues Loop acf/load_field with 'foreach' Reply To: Loop acf/load_field with 'foreach'

  • Hi John,

    Thanks for your help.

    var_dump($var) returns NULL and var_dump($field) returns all my custom ‘schedule’ posts, as if category_name -> 'my_category' was not functioning/filtering properly inside the get_posts() function.

    I would like to know if there is any other way of looping acf/load_field with foreach as the code shown above does not work at the moment.