Support

Account

Home Forums General Issues Checkbox while loop if value exists Reply To: Checkbox while loop if value exists

  • Hi @rdck

    Sorry, I completely missed the issue!

    The issue is that you are using a while loop which will never end!

    You should be using a foreach!

    Example: http://www.advancedcustomfields.com/resources/getting-started/code-examples/#query-posts%20with%20acf%20values