diff --git a/functions.php b/functions.php index b643477..bc6aa17 100644 --- a/functions.php +++ b/functions.php @@ -50,6 +50,7 @@ if (version_compare( $GLOBALS['wp_version'], '4.4-alpha', '<' )) { function theme_slug_setup() { add_theme_support('title-tag'); add_theme_support('post-thumbnails'); + add_theme_support('automatic-feed-links'); load_theme_textdomain('argon', get_template_directory() . '/languages'); } add_action('after_setup_theme','theme_slug_setup'); diff --git a/settings.php b/settings.php index 9d1ebbe..f71ab28 100644 --- a/settings.php +++ b/settings.php @@ -1529,6 +1529,18 @@ function themeoptions_page(){ + + + + +

+ + +

@@ -6879,6 +6891,7 @@ function argon_update_themeoptions(){ argon_update_option('argon_show_duolingo_streak'); argon_update_option('argon_duolingo_username'); + argon_update_option('argon_show_rss_link'); delete_option('argon_duolingo_email'); delete_transient('argon_duo_login_error'); diff --git a/sidebar.php b/sidebar.php index 9efb9e1..2261857 100644 --- a/sidebar.php +++ b/sidebar.php @@ -714,6 +714,14 @@ $author_desc = get_option('argon_sidebar_author_description'); + +
+ + + +
+ +