techgeekandmore
Member
Posted 7 months ago #
I updated to Beta 3.3 and discovered that the link categories would not allow for any new categories to be created. It would go thru the motion, but would not show up.
So I updated to the latest nightly build and now I get "Invalid taxonomy" when I try and access Link Categories. Anyone have any ideas?
Thanks
Alex
techgeekandmore
Member
Posted 7 months ago #
Just received a "patch" download I assume is to correct issue. I just dont know how to install a patch in WP
Help
techgeekandmore
Member
Posted 7 months ago #
ok Thank you
Any ETA idea on when it would be picked up by core?
Probably soon :)
You could also edit the file wp-includes/taxonomy.php directly.
Go to line 78 and change it: http://core.trac.wordpress.org/attachment/ticket/18983/18983.patch
riddle.J
Member
Posted 3 months ago #
3.3.1 was installed.
you were given to help.. wp-includes/taxonomy.php
'query_var' => false,
76 76 'rewrite' => false,
77 77 'public' => false,
78 'show_ui' => false,
78 'show_ui' => true,
79 79 '_builtin' => true,
80 80 ) );
but Category doesn't apply still.
please help me~