I would remove Tag capability from classic Post type,
can I use remove_theme_support( $feature ); and how to do this ?
Thanks in advance
|
I would remove Tag capability from classic Post type,
can I use Thanks in advance |
|||
|
You can do it with something like this:
There was a move to get a function implemented but that hasn't hit yet. |
|||
|
|
unregister_taxonomy('post_tag')? – One Trick Pony Apr 4 '12 at 19:41