You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'description' => __( 'The headline for your category pages. You can use %s as a placeholder for the category. Leave empty for default.', 'sparkling' ),
'description' => __( 'The headline for your author pages. You can use %s as a placeholder for the author\'s name. Leave empty for default.', 'sparkling' ),
874
+
'type' => 'text',
875
+
)
876
+
);
877
+
878
+
$wp_customize->add_setting(
879
+
'sparkling[year_title]', array(
880
+
'default' => '',
881
+
'type' => 'option',
882
+
'sanitize_callback' => 'esc_html',
883
+
)
884
+
);
885
+
886
+
$wp_customize->add_control(
887
+
'sparkling[year_title]', array(
888
+
'label' => __( 'Year Page Title', 'sparkling' ),
889
+
'section' => 'sparkling_archive_section',
890
+
'description' => __( 'The headline for your year pages. You can use %s as a placeholder for the year. Leave empty for default.', 'sparkling' ),
891
+
'type' => 'text',
892
+
)
893
+
);
894
+
895
+
$wp_customize->add_setting(
896
+
'sparkling[month_title]', array(
897
+
'default' => '',
898
+
'type' => 'option',
899
+
'sanitize_callback' => 'esc_html',
900
+
)
901
+
);
902
+
903
+
$wp_customize->add_control(
904
+
'sparkling[month_title]', array(
905
+
'label' => __( 'Month Page Title', 'sparkling' ),
906
+
'section' => 'sparkling_archive_section',
907
+
'description' => __( 'The headline for your month pages. You can use %s as a placeholder for the month. Leave empty for default.', 'sparkling' ),
908
+
'type' => 'text',
909
+
)
910
+
);
911
+
912
+
$wp_customize->add_setting(
913
+
'sparkling[day_title]', array(
914
+
'default' => '',
915
+
'type' => 'option',
916
+
'sanitize_callback' => 'esc_html',
917
+
)
918
+
);
919
+
920
+
$wp_customize->add_control(
921
+
'sparkling[day_title]', array(
922
+
'label' => __( 'Day Page Title', 'sparkling' ),
923
+
'section' => 'sparkling_archive_section',
924
+
'description' => __( 'The headline for your day pages. You can use %s as a placeholder for the day. Leave empty for default.', 'sparkling' ),
Description: Sparkling is a clean minimal and responsive WordPress theme well suited for travel, health, business, finance, portfolio, design, art, photography, personal, ecommerce and any other creative websites and blogs. Developed using Bootstrap 3 that makes it mobile and tablets friendly. Theme comes with full-screen slider, social icon integration, author bio, popular posts widget and improved category widget. Sparkling incorporates latest web standards such as HTML5 and CSS3 and is SEO friendly thanks to its clean structure and codebase. It has dozens of Theme Options based on WordPress Customizer to change theme layout, colors, fonts, slider settings and much more. Theme is also translation and multilingual ready, compatible with WPML and is available in Spanish, French, Dutch, Polish, Russian, German, Brazilian Portuguese, Portuguese (Portugal), Persian (Iranian language), Romanian, Turkish, Bulgarian, Japanese, Lithuanian, Czech, Ukrainian, Traditional Chinese, Simplified Chinese, Indonesian, Estonian, Spanish (Argentina), Hungarian and Italian. Sparkling is a free WordPress theme with premium functionality and design. Theme is ecommerce ready thanks to its WooCommerce integration. Now theme is optimized to work with bbPress, Contact Form 7, Jetpack, WooCommerce and other popular free and premium plugins. Lately we introduced a sticky/fixed navigation that you can enable or disable via WordPress Customizer.
0 commit comments