add_panel( 'acmephoto-options', array( 'priority' => 210, 'capability' => 'edit_theme_options', 'theme_supports' => '', 'title' => __( 'Theme Options', 'acmephoto' ), 'description' => __( 'Customize your awesome site with theme options ', 'acmephoto' ) ) ); /* * file for header breadcrumb options */ require_once acmephoto_file_directory('acmethemes/customizer/options/breadcrumb.php'); /* * file for header search options */ require_once acmephoto_file_directory('acmethemes/customizer/options/search.php'); /* * file for pagination */ require_once acmephoto_file_directory('acmethemes/customizer/options/pagination.php');