Hi, I'm having an issue that's been bugging me out.
In the header.php file, i have this line:
<title><?php bloginfo('name'); ?> | <?php is_home() ? bloginfo('description') : wp_title('Home'); ?></title>
Which should render Home/blog description on the front page and the post/portfolio title on single pages, however, on the front page i get nothing (SITE TITLE | ), and on all the other pages i get SITE TITLE | Home SINGLE PAGE TITLE.
Why is this happening? I tried to modify the if statement, but can't seem to get it right. Any help?
Thanks!














