Hi, I want to Include MB Term Meta in themes as following steps
1,Copy the plugin folder "mb-term-meta" to theme /
2,Include the plugin's main file by putting the following line into the functions.php file.
require_once get_template_directory() . '/mb-term-meta/inc/term-meta-box.php';
require_once get_template_directory() . '/mb-term-meta/inc/inc.php';
require_once get_template_directory() . '/mb-term-meta/options.php';//filed
but the field do not display in categoty page.
Could you help me, or provide some example?
Thanks.