Support

Account

Home Forums Front-end Issues Display field groups in separate lists Reply To: Display field groups in separate lists

  • The only think I can think by looking at your code is that none of your fields are in that group. Try displaying the list of fields to see what’s going on.

    
    $fields = get_field_objects();
    echo '<pre>'; print_r($fields); echo '</pre>';