Add RSS subscription support

This commit is contained in:
User
2026-03-12 16:42:57 +08:00
parent f9dc3f7a40
commit d11873f921
4 changed files with 43 additions and 1 deletions

View File

@@ -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');