Support

Account

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

  • You’ll need to look at how to get the term for the template of in the code you’re modifying then. But this is the right syntax to use

    
    $grade = get_field('grade', $taxonomy . '_' . $term_id);