Forums

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

Home Forums CSS [SOLVED]Having a different css style sheet in the WordPress homepage? Re: [SOLVED]Having a different css style sheet in the WordPress homepage?

#101888
Senff
Participant

In the header, add this:


if (is_home()) {
echo '';
}
?>