Closed rogerad closed 6 years ago
IN THE ENVATO TUT TUTORIAL A BEGINNERS GUIDE TO TITAN FRAMEWORK CREATING A METABOX WITH TITAN
when i use metabox-options-init.php and put code here the meta box is NOT created
when i put the code into 1-titan-admin-panel.php the metabox is created perfectly.
this was in the admin-init.php
// Admin panel options. if ( file_exists( get_template_directory() .'/assets/admin/titanframework/adminpanel-options-init.php') ) {
require_once( get_template_directory() .'/assets/admin/titanframework/adminpanel-options-init.php' );
}
any ideas why the code did NOT work in metabox-options-init.php ???
http://www.titanframework.net/docs/
IN THE ENVATO TUT TUTORIAL A BEGINNERS GUIDE TO TITAN FRAMEWORK CREATING A METABOX WITH TITAN
when i use metabox-options-init.php and put code here the meta box is NOT created
when i put the code into 1-titan-admin-panel.php the metabox is created perfectly.
this was in the admin-init.php
// Admin panel options. if ( file_exists( get_template_directory() .'/assets/admin/titanframework/adminpanel-options-init.php') ) {
require_once( get_template_directory() .'/assets/admin/titanframework/adminpanel-options-init.php' );
}
any ideas why the code did NOT work in metabox-options-init.php ???