__( 'External URL' , 'cannyon' ), 'context' => 'side', 'priority' => 'high', 'callback' => 'mythemes_box_external_url', 'args' => null ); $boxes[ 'post' ][ 'video' ] = array( 'title' => __( 'Video - YouTube & Vimeo' , 'cannyon' ), 'context' => 'side', 'priority' => 'high', 'callback' => 'mythemes_box_video', 'args' => null ); $boxes[ 'post' ][ 'layout' ] = array( 'title' => __( 'Layout' , 'cannyon' ), 'context' => 'normal', 'priority' => 'high', 'callback' => 'mythemes_box_layout', 'args' => null ); $boxes[ 'post' ][ 'addvertising' ] = array( 'title' => __( 'Addvertising' , 'cannyon' ), 'context' => 'normal', 'priority' => 'high', 'callback' => 'mythemes_box_addvertising', 'args' => null ); $boxes[ 'post' ][ 'header' ] = array( 'title' => __( 'Header' , 'cannyon' ), 'context' => 'normal', 'priority' => 'high', 'callback' => 'mythemes_box_header', 'args' => null ); $boxes[ 'post' ][ 'fi-position' ] = array( 'title' => __( 'Featured Image Position' , 'cannyon' ), 'context' => 'side', 'priority' => 'default', 'callback' => 'mythemes_box_fi_position', 'args' => null ); if( !isset( $boxes[ 'page' ] ) ){ $boxes[ 'page' ] = array(); } $boxes[ 'page' ][ 'external-url' ] = array( 'title' => __( 'External URL' , 'cannyon' ), 'context' => 'side', 'priority' => 'high', 'callback' => 'mythemes_box_external_url', 'args' => null ); $boxes[ 'page' ][ 'layout' ] = array( 'title' => __( 'Layout' , 'cannyon' ), 'context' => 'normal', 'priority' => 'high', 'callback' => 'mythemes_box_layout', 'args' => null ); $boxes[ 'page' ][ 'header' ] = array( 'title' => __( 'Header' , 'cannyon' ), 'context' => 'normal', 'priority' => 'high', 'callback' => 'mythemes_box_header', 'args' => null ); mythemes_cfg::set_boxes( $boxes ); ?>