Can i categorise my meta box?
The code you posted in your question is very very very incomplete, anyway I will try to give you an answer. You can define as many meta box as you need and put inside each meta box the fields you want. For example: add_action( ‘add_meta_boxes’, ‘my_meta_boxes’ ); function my_meta_boxes(){ //We define the two metaboxes I … Read more