diff --git a/includes/smartphoniker-after-theme-setup.php b/includes/smartphoniker-after-theme-setup.php index e3080b4..d6fdbf9 100644 --- a/includes/smartphoniker-after-theme-setup.php +++ b/includes/smartphoniker-after-theme-setup.php @@ -35,5 +35,6 @@ function smartphoniker_setup() { * Add support for custom styles for Gutenberg editor. */ add_theme_support( 'editor-styles' ); + add_theme_support( 'title-tag' ); add_editor_style( 'editor-styles.css' ); } \ No newline at end of file