I need to create a dynamic field by pulling information from the database that will be relating teachers and their characteristics and putting this field as Advanced Custom Fields] within a CPT UI named teachers.
The only thing I need to know is how to create this dynamic field.
It will probably be through a function within the functions.php
that will relate this data and then turn on get_field
within CPT articles.