Title tag on home using front-page template not showing
Currently in header I have the following:
title
?php wp_title(' | ', true, 'right'); ?
?php bloginfo('name'); ?
/title
I tried adding if statement like the following below that did not work it displayed as the following: Roots Restaurant Roots Restaurant
?php if(is_front_page()) {bloginfo('name');}?
It should display as Home | Roots Restaurant
on Home page the title tag looks like the following - Roots Restaurant. So it is missing Home |