Site logo

Archived topic

Custom taxonomy / show in editor

4 replies · Started by Jan on October 13, 2022

Viewing posts 1–5 of 5

Hi there,

I'm using a CPT called "chat" that comes with a chat-category (custom taxonomy). Unfortunately, the category is missing in the settings menu of the WP editor ;-(

The agrs of the chat category are as follows:

$args = array(
	'labels'                     => $labels,
	'hierarchical'               => true,
	'public'                     => true,
	'show_ui'                    => true,
	'show_admin_column'          => true,
	'show_in_nav_menus'          => true,
	'show_tagcloud'              => false,
);

What is the missing to make the category show up in the settings also?

Thanks,
Jan

Hi there,

you require this arg:

'show_in_rest' => true,

Great. Thanks David

PS: any chance you can take a look into this threat David? I understand from Fernando that your support has limitations and I do respect that. Any thoughts on where to point a developer towards in order to get this resolved quickly would be much appreciated.

Glad to be of help.
I'll take a look at the other topic

This archived topic is closed to new replies.