add_panel( 'home_page_panel', array( 'title' => __( 'Front Page Sections', 'easy-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/featured-posts.php'; require get_template_directory() . '/inc/customizer/home-sections/blog.php';