add_panel( 'blog_options_panel', array( 'title' => __( 'Archive Posts', 'blogbyte' ), 'description' => __( 'Manage posts options for archive.', 'blogbyte' ), 'priority' => 43, ) ); require_once get_template_directory() . '/inc/customizer/theme-options/archive/archive.php'; require_once get_template_directory() . '/inc/customizer/theme-options/archive/excerpt.php';