esc_html__( 'Blog & Archive Post Settings', 'author-personal-blog' ), 'panel' => 'author_personal_blog_global_panel', ) ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'toggle', 'settings' => 'blog_section_title_on_off', 'label' => esc_html__( 'Section Title On//Off', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => '0', ] ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'text', 'settings' => 'blog_section_title', 'label' => esc_html__( 'Section Title', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => __('Latest Articles', 'author-personal-blog'), ] ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'color', 'settings' => 'articles_section_title_border_color', 'label' => __( 'Border Color', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => 'rgba(0, 0, 0, 0.3)', 'choices' => [ 'alpha' => true, ], 'transport' => 'auto', 'output' => array( array( 'element' => '.blog-section-title-wrapper .section-title-inner:before', 'property' => 'border-color', ), array( 'element' => '.blog-section-title-wrapper .section-title-inner:after', 'property' => 'border-color', ), ), ] ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'switch', 'settings' => 'active_masonry_layout', 'label' => esc_html__( 'Activate Masonry Layout', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => '1', 'choices' => [ 'on' => esc_html__( 'Activate', 'author-personal-blog' ), 'off' => esc_html__( 'Deactivate', 'author-personal-blog' ) ] ] ); Kirki::add_field( 'rs_personal_blog_config', array( 'type' => 'custom', 'settings' => 'sep_after_post_column', 'label' => '', 'section' => 'blog_and_archive_post_section', 'default' => '
', ) ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'toggle', 'settings' => 'show_post_category', 'label' => esc_html__( 'Show Post Category', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => '1', ] ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'toggle', 'settings' => 'show_post_title', 'label' => esc_html__( 'Show Post Title', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => '1', ] ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'toggle', 'settings' => 'show_post_author', 'label' => esc_html__( 'Show Post Author', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => '1', ] ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'toggle', 'settings' => 'show_post_date', 'label' => esc_html__( 'Show Post Date', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => '1', ] ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'typography', 'settings' => 'post_title_typography', 'label' => esc_html__( 'Title Typography', 'author-personal-blog' ), 'section' => 'blog_and_archive_post_section', 'default' => [ 'font-family' => 'Roboto', 'variant' => '700', 'font-size' => '1.5rem', 'line-height' => '1.4', 'letter-spacing' => '0px', 'color' => '#ffffff', 'text-transform' => 'none', ], 'transport' => 'auto', 'output' => [ [ 'element' => '.author-personal-blog-standard-post__post-title h2 a', ], ], ] );