Support

Account

Home Forums Front-end Issues ACF fields not displaying after custom loop Reply To: ACF fields not displaying after custom loop

  • Hi,

    You have to restore the main query with wp_reset_query() instead of wp_reset_postdata().
    Give that a try!