// title-tag サポートを有効にする function my_theme_support() { add_theme_support( 'title-tag' ); } add_action( 'after_setup_theme', 'my_theme_support' );