Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress Page Name & Favicon Re: WordPress Page Name & Favicon

#105755
chrisburton
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.