diff --git a/src/wp-content/themes/twentyfourteen/functions.php b/src/wp-content/themes/twentyfourteen/functions.php
index 44280fdc66..7363c700c3 100644
--- a/src/wp-content/themes/twentyfourteen/functions.php
+++ b/src/wp-content/themes/twentyfourteen/functions.php
@@ -77,6 +77,8 @@ if ( ! function_exists( 'twentyfourteen_setup' ) ) :
 			twentyfourteen_font_url()
 		);
 		add_editor_style( array( 'css/editor-style.css', $font_stylesheet, 'genericons/genericons.css' ) );
+		// Add theme support for the title tag.
+		add_theme_support( 'title-tag' );
 
 		// Load regular editor styles into the new block-based editor.
 		add_theme_support( 'editor-styles' );
@@ -729,3 +731,4 @@ if ( ! function_exists( 'is_customize_preview' ) ) :
 		return ( $wp_customize instanceof WP_Customize_Manager ) && $wp_customize->is_preview();
 	}
 endif;
+
