Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End WordPress: how to display taxonomy metaboxes only on certain pages? Reply To: WordPress: how to display taxonomy metaboxes only on certain pages?

#148288
Senff
Participant

Not sure if this is directly possible. It would be if you had a custom post type and you’d want the taxonomy option only to show on a page where you create or edit a post of that custom type.

In that case, it would be something like this:

register_taxonomy('team_members',array (0 => 'products'), $args);