Add RSS subscription support
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user