If doesn’t have “Uncategorized” category, show the categories – Not working
-
Hi,
I’m trying to hide uncategorized category to show on posts. I tried :
if (!has_category($category = 'Uncategorize')):
(didn’t do anything)
and
if (has_category($category != 'Uncategorize')):
(Removed all categories)How to hide un Uncategorized category from showing up?
Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘If doesn’t have “Uncategorized” category, show the categories – Not working’ is closed to new replies.