add_panel( 'home_page_panel', array( 'title' => __( 'Front Page Sections', 'mirza-blog' ), 'priority' => 100, 'capability' => 'edit_theme_options', ) ); /** * Section Customizer Options. */ require get_template_directory() . '/inc/customizer/home-sections/slider.php'; require get_template_directory() . '/inc/customizer/home-sections/about-author.php'; require get_template_directory() . '/inc/customizer/home-sections/blog.php';