'slider', 'title' => esc_html( 'Slider Metabox', 'biddo' ), 'object_types' => array( 'slider', ), // Post type 'context' => 'normal', 'priority' => 'high', 'show_names' => true, ) ); // slider counts $biddo_theme_slider->add_field( array( 'name' => esc_html( 'Slider Count', 'biddo' ), 'desc' => esc_html( 'must be type text or number here example=> slider-1,slider-2', 'biddo' ), 'id' => $prefix . 'slider_count', 'type' => 'text', ) ); // slider counts $biddo_theme_slider->add_field( array( 'name' => esc_html( 'Slider content', 'biddo' ), 'desc' => esc_html( 'please type our slider content', 'biddo' ), 'id' => $prefix . 'slider_content', 'type' => 'textarea', ) ); // slider title $biddo_theme_slider->add_field( array( 'name' => esc_html( 'Slider read more link', 'biddo' ), 'desc' => esc_html( 'Please type your slider read more', 'biddo' ), 'id' => $prefix . 'slider_readmore', 'type' => 'text', ) ); // slider title $biddo_theme_slider->add_field( array( 'name' => esc_html( 'Slider read more text', 'biddo' ), 'desc' => esc_html( 'Please type your slider read more', 'biddo' ), 'id' => $prefix . 'slider_readmore_text', 'type' => 'text', ) ); // slider details $biddo_theme_slider->add_field( array( 'name' => esc_html( 'Slider view item link', 'biddo' ), 'desc' => esc_html( 'Please type your slider view item', 'biddo' ), 'id' => $prefix . 'slider_view_item', 'type' => 'text', ) ); // slider details $biddo_theme_slider->add_field( array( 'name' => esc_html( 'Slider view item text', 'biddo' ), 'desc' => esc_html( 'Please type your slider view item', 'biddo' ), 'id' => $prefix . 'slider_view_item_text', 'type' => 'text', ) ); // portfolio metabox $biddo_theme_portfolio = new_cmb2_box( array( 'id' => 'portfolio_metabox', 'title' => esc_html( 'portfolio Metabox', 'biddo' ), 'object_types' => array( 'portfolio', ), // Post type 'context' => 'normal', 'priority' => 'high', 'show_names' => true, ) ); // portfolio link $biddo_theme_portfolio->add_field( array( 'name' => esc_html( 'portfolio link', 'biddo' ), 'desc' => esc_html( 'Please type your portfolio link', 'biddo' ), 'id' => $prefix . 'portfolio_link', 'type' => 'text', ) ); // teams metabox $biddo_theme_team = new_cmb2_box( array( 'id' => 'teams_metabox', 'title' => esc_html( 'Teams Metabox', 'biddo' ), 'object_types' => array( 'team', ), // Post type 'context' => 'normal', 'priority' => 'high', 'show_names' => true, ) ); // teams title $biddo_theme_team->add_field( array( 'name' => esc_html( 'Teams Title', 'biddo' ), 'desc' => esc_html( 'Please type your team Title here', 'biddo' ), 'id' => $prefix . 'team_title', 'type' => 'text', ) ); // teams bub title $biddo_theme_team->add_field( array( 'name' => esc_html( 'Teams bub title', 'biddo' ), 'desc' => esc_html( 'Please type your team sub title here', 'biddo' ), 'id' => $prefix . 'team_sub_title', 'type' => 'text', ) ); // teams bub title $biddo_theme_team->add_field( array( 'name' => esc_html( 'Teams details', 'biddo' ), 'desc' => esc_html( 'Please type your team details here', 'biddo' ), 'id' => $prefix . 'team_details', 'type' => 'textarea', ) ); // team facebook link $biddo_theme_team->add_field( array( 'name' => esc_html( 'Team Facebook link', 'biddo' ), 'desc' => esc_html( 'Please type your team facebook link', 'biddo' ), 'id' => $prefix . 'team_fb_link', 'type' => 'text', ) ); // team twitter link $biddo_theme_team->add_field( array( 'name' => esc_html( 'Team twitter link', 'biddo' ), 'desc' => esc_html( 'Please type your team twitter link', 'biddo' ), 'id' => $prefix . 'team_twitter_link', 'type' => 'text', ) ); // team linkdin link $biddo_theme_team->add_field( array( 'name' => esc_html( 'Team linkdin link', 'biddo' ), 'desc' => esc_html( 'Please type your team linkdin link', 'biddo' ), 'id' => $prefix . 'team_in_link', 'type' => 'text', ) ); // team linkdin link $biddo_theme_team->add_field( array( 'name' => esc_html( 'Team Portfolio link', 'biddo' ), 'desc' => esc_html( 'Please type your team linkdin link', 'biddo' ), 'id' => $prefix . 'team_portfolio_link', 'type' => 'text', ) ); // skill metabox $biddo_theme_team = new_cmb2_box( array( 'id' => 'skill_metabox', 'title' => esc_html( 'skill Metabox', 'biddo' ), 'object_types' => array( 'skill', ), // Post type 'context' => 'normal', 'priority' => 'high', 'show_names' => true, ) ); // skill item background $biddo_theme_team->add_field( array( 'name' => esc_html( 'skill Background color', 'biddo' ), 'desc' => esc_html( 'Please select your skill items Background color', 'biddo' ), 'id' => $prefix . 'skill_background', 'type' => 'colorpicker', ) ); // skill item background $biddo_theme_team->add_field( array( 'name' => esc_html( 'skill border color', 'biddo' ), 'desc' => esc_html( 'Please select your skill items border color', 'biddo' ), 'id' => $prefix . 'skill_border_background', 'type' => 'colorpicker', ) ); // skill item background $biddo_theme_team->add_field( array( 'name' => esc_html( 'skill % counts', 'biddo' ), 'desc' => esc_html( 'Please type your skill items count example-> 88%', 'biddo' ), 'id' => $prefix . 'skill_counts', 'type' => 'text', ) ); // pricing table $biddo_theme_team = new_cmb2_box( array( 'id' => 'pricing', 'title' => esc_html( 'Teams Metabox', 'biddo' ), 'object_types' => array( 'pricing', ), // Post type 'context' => 'normal', 'priority' => 'high', 'show_names' => true, ) ); // // pricing table box $biddo_theme_team->add_field( array( 'name' => esc_html( 'Pricing title', 'biddo' ), 'desc' => esc_html( 'Please type your Pricing title', 'biddo' ), 'id' => $prefix . 'pricing_title', 'type' => 'text', ) ); // // pricing table box $biddo_theme_team->add_field( array( 'name' => esc_html( 'Pricing price', 'biddo' ), 'desc' => esc_html( 'Please type your Pricing price', 'biddo' ), 'id' => $prefix . 'pricing_price', 'type' => 'text', ) ); // // pricing table box $biddo_theme_team->add_field( array( 'name' => esc_html( 'Pricing sub title', 'biddo' ), 'desc' => esc_html( 'Please type your Pricing sub title', 'biddo' ), 'id' => $prefix . 'pricing_sub_title', 'type' => 'text', ) ); // pricing table link $biddo_theme_team->add_field( array( 'name' => esc_html( 'Pricing link', 'biddo' ), 'desc' => esc_html( 'Please type your Pricing link', 'biddo' ), 'id' => $prefix . 'pricing_link', 'type' => 'text', ) ); // pricing sing up text $biddo_theme_team->add_field( array( 'name' => esc_html( 'Pricing sing up text', 'biddo' ), 'desc' => esc_html( 'Please type your Pricing link text', 'biddo' ), 'id' => $prefix . 'pricing_sing_up', 'type' => 'text', ) ); // Testimonial $biddo_theme_team = new_cmb2_box( array( 'id' => 'testimonial', 'title' => esc_html( 'testimonial section', 'biddo' ), 'object_types' => array( 'testimonial', ), // Post type 'context' => 'normal', 'priority' => 'high', 'show_names' => true, ) ); // Testimonial follow me $biddo_theme_team->add_field( array( 'name' => esc_html( 'sub title', 'biddo' ), 'desc' => esc_html( 'Please type your testimonial sub Title', 'biddo' ), 'id' => $prefix . 'testimonial_subtitle', 'type' => 'text', ) ); // Add other metaboxes as needed }