gambitph / Titan-Framework

The easiest to use WordPress option framework.
http://www.titanframework.net
377 stars 137 forks source link

FILES NOT FOUND #367

Closed rogerad closed 6 years ago

rogerad commented 8 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 ???

bfintal commented 6 years ago

http://www.titanframework.net/docs/