Support

Account

Home Forums ACF PRO ACF Relationship Field content will NOT update on website Reply To: ACF Relationship Field content will NOT update on website

  • The problem is solved! Had really nothing to do with the Fields. It had everything to do with the PHP code I wrote need this at the end:

    wp_reset_query(); // Restore global post data stomped by the_post().
    ?>