add_panel( 'bright_blog_front_page_options', array( 'title' => esc_html__( 'Front Page Options', 'bright-blog' ), 'priority' => 130, ) ); // Author Section. require get_template_directory() . '/inc/customizer/front-page-options/author.php'; // Banner Section. require get_template_directory() . '/inc/customizer/front-page-options/banner.php';