also, i just learned that it doesn’t just do it with my meta data, but it will also do it for already coded checkboxes like the “Allow comments” checkbox.
take a look then
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Nevermind, found the fix.
register_taxonomy(
'Guide Categories',
'gw_guides',
array(
'hierarchical' => true,
'label' => 'Guide Categories')
);
I needed to get rid of the space and make lowercase the ‘Guide Categories’.