Home › Forums › Other › WordPress Page Name & Favicon › Re: WordPress Page Name & Favicon
July 9, 2012 at 3:44 pm
#105755
Participant
Couldn’t you just do this?
if (is_home()) {
bloginfo('name'); echo 'Home - '; bloginfo('description'); }
I use an SEO plugin where I can declare exactly what I want it to output.