Forums
(@englishlion)
18 years ago
Thank you
if ( (is_category('5') || in_category('5') && !is_home() ) seems to work fine. I’m assuming ! means NOT.
if ( (is_category('5') || in_category('5') && !is_home() )
As you can tell I’m not a fully fledged programmer!