'section-global-container-layout', 'category' => 'section', 'priority' => 1, 'title' => esc_html__( 'Container', 'busify' ), 'panel' => 'panel-global' ), //Typography array( 'name' => 'section-global-typography', 'category' => 'section', 'priority' => 2, 'title' => esc_html__( 'Typography', 'busify' ), 'panel' => 'panel-global' ), //Buttons array( 'name' => 'section-global-buttons', 'category' => 'section', 'priority' => 4, 'title' => esc_html__( 'Buttons', 'busify' ), 'panel' => 'panel-global' ), ); $header_sections = array( //Site Identity array( 'name' => 'title_tagline', 'category' => 'section', 'priority' => 2, 'title' => __( 'Site Identity', 'busify' ), 'panel' => 'panel-header', 'description_hidden' => true, ), //Primary Header array( 'name' => 'section-header-primary', 'category' => 'section', 'priority' => 2, 'title' => esc_html__( 'Primary Header & Menus', 'busify' ), 'panel' => 'panel-header' ), //Transparent Header array( 'name' => 'section-header-transparent-header', 'category' => 'section', 'priority' => 4, 'title' => esc_html__( 'Transparent Header', 'busify' ), 'panel' => 'panel-header' ), //Sticky Header array( 'name' => 'section-header-sticky', 'category' => 'section', 'priority' => 5, 'title' => esc_html__( 'Sticky Header', 'busify' ), 'panel' => 'panel-header' ), //Transparent Header array( 'name' => 'section-header-banner-image', 'category' => 'section', 'priority' => 6, 'title' => esc_html__( 'Inner Banner Image', 'busify' ), 'panel' => 'panel-header' ), ); $blog_sections = array( array( 'name' => 'section-blog-archive', 'category' => 'section', 'priority' => 40, 'panel' => 'panel-blog', 'description' => esc_html__( 'Note: This option will effect archive/blog listing page.', 'busify' ), 'title' => __( 'Blog/Archive Page', 'busify' ), ), array( 'name' => 'section-single-post', 'category' => 'section', 'priority' => 45, 'panel' => 'panel-blog', 'description' => esc_html__( 'Note: This option will effect only in single posts.', 'busify' ), 'title' => __( 'Single Posts', 'busify' ), ), array( 'name' => 'section-blog-pagination', 'category' => 'section', 'priority' => 46, 'panel' => 'panel-blog', 'title' => __( 'Pagination', 'busify' ), ) ); $sidebar_sections = array( array( 'name' => 'section-sidebar', 'category' => 'section', 'priority' => 50, 'title' => __( 'Sidebar', 'busify' ), 'description_hidden' => true, ) ); $footer_sections = array( //Footer Widgets array( 'name' => 'section-footer-widgets', 'category' => 'section', 'priority' => 50, 'title' => __( 'Footer Widgets', 'busify' ), 'description_hidden' => true, 'panel' => 'panel-footer' ), array( 'name' => 'section-footer-bar', 'category' => 'section', 'priority' => 55, 'title' => __( 'Last Footer Bar', 'busify' ), 'description_hidden' => true, 'panel' => 'panel-footer' ) ); return array_merge( $configs, $global_sections, $header_sections, $blog_sections, $sidebar_sections, $footer_sections ); } } new Busify_Customizer_Register_Sections();