prova cosi, non ho provato

Codice PHP:
<title>
<?php

if ( is_home() ) 
{
   echo 
"test";
}
else
{
   
wp_title(); 
}
?>
</title>