diff --git a/inc/Core.php b/inc/Core.php index 4d63594..fdc45a6 100644 --- a/inc/Core.php +++ b/inc/Core.php @@ -71,7 +71,6 @@ public function setup() { add_theme_support( 'starter-content', $starter_content->get() ); add_theme_support( 'wp-block-styles' ); add_theme_support( 'automatic-feed-links' ); - add_theme_support( 'title-tag' ); add_theme_support( 'post-thumbnails' ); add_theme_support( 'editor-styles' ); add_theme_support( @@ -156,6 +155,13 @@ public function setup() { ) ); + // WP < 5.9, wp_head() does NOT auto-output