[wp-hackers] Add hierarchical to the link_category taxonomy
Lox
lox.dev at knc.nc
Fri Jul 16 03:26:19 UTC 2010
Hi,
I simply want the links categories to have hierarchical=true, so looking at
http://codex.wordpress.org/Function_Reference/register_taxonomy, it is said:
"This function adds or overwrites a taxonomy."
So, basically, this should add hierarchical to the link_category taxonomy ?
register_taxonomy( 'link_category', 'link', array('hierarchical' => true));
It does not ...
--
Lox
lox.dev at knc.nc
More information about the wp-hackers
mailing list