add_panel( 'blog_corner_front_page_options', array( 'title' => esc_html__( 'Front Page Options', 'blog-corner' ), 'priority' => 130, ) ); // Flash Articles Section. require get_template_directory() . '/inc/customizer/front-page-options/flash-articles.php'; // Banner Section. require get_template_directory() . '/inc/customizer/front-page-options/banner.php'; // Editor Choice Section. require get_template_directory() . '/inc/customizer/front-page-options/editor-choice.php';