Support

Account

Home Forums General Issues How to add custom field to a category? Reply To: How to add custom field to a category?

  • I also tried:

    $grade = get_field(“grade”, “product_cat_term”);
    $grade = get_field(“grade”, “product_cat”);

    Not sure what I need to make this output correctly.