1
I need to create a field dynamic pulling information from the database that will be relating teachers and their characteristics and putting this field as ACF [Advanced Custom Fields] within a UI CPT [Custom Post Type] so-called 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
which will link this data and then activate the get_field
within the CPT articles.