That did not work, then I tried this:
<title>
<?php if (is_home ()) { bloginfo(‘name’); ?> | <?php bloginfo(‘description’); ?> }
else
{ <?php wp_title(‘ | ‘, true, ‘right’); ?> }
</title>
But there is some syntax error.
P.S: I am a beginner in coding.