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?
April 27, 2012 at 4:41 pm
#101907
Member
Expanding on Senff’s code, you might actually be looking for this:
if (is_front_page()) {
echo '';
} else { }
?>