Support

Account

Home Forums General Issues Category values to containing posts Reply To: Category values to containing posts

  • Easy is a relative term.

    You need to alter the loop that displays the post(s). Use wp_get_object_terms() or possibly wp_get_post_terms() and then get the values from the associated term(s) get_field('field_name', $term).