__('Bootstrap Magazine', 'bootmag' ), 'menu_type' => 'add_menu_page', 'menu_slug' => 'cs-framework', 'ajax_save' => false, ); // =============================================================================================== // ----------------------------------------------------------------------------------------------- // FRAMEWORK OPTIONS // ----------------------------------------------------------------------------------------------- // =============================================================================================== $options = array(); $options[] = array( 'name' => 'default', 'title' => __('General Settings', 'bootmag' ), 'icon' => 'fa fa-cogs', // begin: fields 'fields' => array( // begin: a field array( 'type' => 'subheading', 'content' => __('How To Customize Theme?', 'bootmag' ), ), array( 'type' => 'notice', 'class' => 'success', 'content' => __('This theme is built using Customizer. To Configure theme settings like Logo, Background, Categories etc go to Dashboard > Appearance > Customizer', 'bootmag' ), ), array( 'type' => 'heading', 'content' => __('Upgrade to PRO version', 'bootmag' ), ), array( 'type' => 'notice', 'class' => 'success', 'content' => 'This is the free version of Bootstrap Magazine WordPress Theme with basic functionality. Learn more at the Theme Page.', ), ), // end: fields ); CSFramework::instance( $settings, $options );