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(){ +