Support

Account

Home Forums ACF PRO Post Object within Repeater Not Working Reply To: Post Object within Repeater Not Working

  • This sounds like a nested query issue and wp_reset_postdata() is resetting to the main post rather than the post of the nested query.

    This can be corrected by using $nested_query->reset_postdata(); if that is the case.