Works great with default POST categories but all my main cats which are custom post type cats are not showing on the list of categories to hide. How can I include custom post type categories?
]]>Incredibly simple. Just installed it, clicked on it under “Plugins” and selected two categories — Headline and Featured — that I didn’t want appearing on my site.
Perfection.
I looked at all the “newer” category control widgets that said they could hide categories from showing in different places, but none of them could hide categories in a section of categories that was being generated by my theme. But the Hide Categories widget did it.
]]>Unfortunately categories disappear from both posts and widgets. What do I need to modify to hide them only under posts but leave as is in widgets?
]]>Doesn’t work with blog. Does not hide categories
]]>Find:
if(in_array($key, $exclude)) unset($code[$key]);
Change to:
if(in_array($r->term_id, $exclude)) unset($code[$key]);
And thats it.
]]>Not working in WordPress 3.1
]]>