Support

Account

Home Forums General Issues Show all field's checkbox values in product category archive

Helping

Show all field's checkbox values in product category archive

  • Hi,
    I want to show all field’s checkbox values in the product category archive for filtering purposes.

    This is my code:
    $field = get_field_object('course_days');
    The course_days checkbox field is set to both
    I tried var_dump() on field var but I receive bool(false)
    I s there a possibility to show all fields values?

  • Are you trying to show the selected values for the post or are you trying to show the choices available in the checkbox field?

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Show all field's checkbox values in product category archive’ is closed to new replies.