'aartus_blog_related_tab', 'title' => 'Blog Page Settings', 'icon' => 'fa fa-th', 'fields' => array( // begin: review array( 'type' => 'notice', 'class' => 'info', 'content' => '

Blog page tab

', ), array( 'id' => 'blg_pag_ttl', 'type' => 'text', 'title' => 'Write Here Blog Page Title', 'default' => 'BLOGS', ), array( 'id' => 'blg_pag_cont', 'type' => 'textarea', 'title' => 'Write Here Blog Page SubTitle', 'default' => 'Simple way to read great infos', ), array( 'id' => 'blg_pag_bg', 'type' => 'media', 'title' => 'Choose an Image for Blog Page' ), array( 'id' => 'toggle_blog_slide', 'type' => 'media', 'title' => 'Choose an Icon for Toggle Slide Items', ), array( 'id' => 'blg_slide_arr_left', 'type' => 'media', 'title' => 'Blog Slide Arrow Left', ), array( 'id' => 'blg_slide_arr_right', 'type' => 'media', 'title' => 'Blog Slide Arrow Right', ), ) )); // (Single Blog) sub-tab CSF::createSection( $prefix, array( 'parent' => 'aartus_blog_related_tab', 'title' => 'Single Blog Settings', 'icon' => 'fa fa-file-alt', 'fields' => array( // begin: a field array( 'type' => 'notice', 'class' => 'info', 'content' => '

Single Blog Page Settings

', ), array( 'id' => 'sngle_tag_icn', 'type' => 'media', 'title' => 'Choose tag icon for single Blog', ), array( 'id' => 'sngl_blg_next_txt', 'type' => 'text', 'title' => 'Write Next Button Text', 'default' => 'NEXT', ), array( 'id' => 'sngl_blg_prev_txt', 'type' => 'text', 'title' => 'Write Prev Button Text', 'default' => 'PREV', ), array( 'type' => 'notice', 'class' => 'info', 'content' => '

Single Blog Page Bottom Button

', ), array( 'id' => 'sngle_blg_btn_txt', 'type' => 'text', 'title' => 'Write a Text for Button', 'default' => 'PIPER', ), array( 'id' => 'sngle_blg_btn_link', 'type' => 'select', 'title' => 'Choose a link for this button', 'options' => aartus_get_page_as_list(), ), array( 'id' => 'sngle_blg_btn_icn', 'type' => 'media', 'title' => 'Choose an Icon for this button', ), array( 'type' => 'notice', 'class' => 'info', 'content' => '

Single Blog Page Comment Section

', ), array( 'id' => 'sngle_blg_cmmnt_slide_arr', 'type' => 'media', 'title' => 'Choose an Arrow Icon for Comment Slider', ), array( 'id' => 'sngle_blg_cmmnt_frm_nam_icn', 'type' => 'media', 'title' => 'Choose an Icon for Comment Form Name Field', ), array( 'id' => 'sngle_blg_cmmnt_frm_eml_icn', 'type' => 'media', 'title' => 'Choose an Icon for Comment Form Email Field', ), array( 'id' => 'sngle_blg_cmmnt_frm_sbmt', 'type' => 'text', 'title' => 'Write Submit Button Text', 'default' => 'SUBMIT', ), array( 'id' => 'sngle_blg_cmmnt_frm_note', 'type' => 'textarea', 'title' => 'Write Form Help Text', 'default' => 'Please note, comments must be approved', ), // end: a field array( 'type' => 'notice', 'class' => 'info', 'content' => '

Single Blog Share Icons

', ), array( 'id' => 'blg_shr_show', 'type' => 'checkbox', 'title' => 'Show Share Icons?', ), array( 'id' => 'blg_shr_fb', 'type' => 'media', 'title' => 'Choose a Facebook Icon', 'desc' => 'If you selected icon then it will be visible', ), array( 'id' => 'blg_shr_ttr', 'type' => 'media', 'title' => 'Choose a Twitter Icon', 'desc' => 'If you selected icon then it will be visible', ), array( 'id' => 'blg_shr_pntrst', 'type' => 'media', 'title' => 'Choose a Pinterest Icon', 'desc' => 'If you selected icon then it will be visible', ), array( 'id' => 'blg_shr_whtap', 'type' => 'media', 'title' => 'Choose a WhatsApp Icon', 'desc' => 'If you selected icon then it will be visible', ), // end: a field ) ));