__( 'Top Header Options', 'automobile-elementor' ), 'panel' => 'automobile_elementor_options_panel', 'description' => __( 'Personalize the settings top header.', 'automobile-elementor' ), 'priority' => 5, ) ); /** * General Options */ Kirki::add_section( 'automobile_elementor_general_section_content', array( 'title' => __( 'General Options', 'automobile-elementor' ), 'panel' => 'automobile_elementor_options_panel', 'description' => __( 'Personalize the settings of your theme.', 'automobile-elementor' ), 'priority' => 8, ) ); /** * Layout Options */ Kirki::add_section( 'automobile_elementor_layout_section_content', array( 'title' => __( 'Layout Options', 'automobile-elementor' ), 'panel' => 'automobile_elementor_options_panel', 'description' => __( 'Personalize the layout settings of your theme.', 'automobile-elementor' ), 'priority' => 10, ) ); /** * Blog Post Options */ Kirki::add_section( 'automobile_elementor_blog_post_section_content', array( 'title' => __( 'Blog Post Options', 'automobile-elementor' ), 'panel' => 'automobile_elementor_options_panel', 'description' => __( 'Setting will also apply on archieve and search page.', 'automobile-elementor' ), 'priority' => 12, ) ); /** * Single Post Options */ Kirki::add_section( 'automobile_elementor_single_post_section_content', array( 'title' => __( 'Single Post Options', 'automobile-elementor' ), 'panel' => 'automobile_elementor_options_panel', 'description' => __( 'Setting will apply on the content of single posts.', 'automobile-elementor' ), 'priority' => 14, ) ); /** * Footer Options */ Kirki::add_section( 'automobile_elementor_footer_section_content', array( 'title' => __( 'Footer Options', 'automobile-elementor' ), 'panel' => 'automobile_elementor_options_panel', 'description' => __( 'Personalize the footer settings of your theme.', 'automobile-elementor' ), 'priority' => 16, ) ); /** * Advance Options */ Kirki::add_section( 'automobile_elementor_advance_option_content', array( 'title' => __( 'Advance Options', 'automobile-elementor' ), 'panel' => 'automobile_elementor_options_panel', 'description' => __( 'Personalize the Advance settings of your theme.', 'automobile-elementor' ), 'priority' => 18, ) );