Skip Navigation

[Resolved] How could i hide the default taxonomy of theme?

This support ticket is created 6 years, 4 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 2 voices.

Last updated by MOHO 6 years, 4 months ago.

Author
Posts
#1112454
2018-09-21_081902.jpg
2018-09-21_081609.jpg
2018-09-21_080726.jpg

I use Rehub theme
hidden link

The "brand" is the default taxonomy.

How could i delete or disable this brand taxonomy?

Thanks.

#1112699

Well, it's delivered by the Theme, so you should (or better, the Theme should) disble it or provide a mode to disable it.

Usually taxonomies are regsitered with code such as register_taxonomy()
https://codex.wordpress.org/Function_Reference/register_taxonomy

You could create a Child theme and de-register it there:
https://developer.wordpress.org/reference/functions/unregister_taxonomy/

You can as well deactivate them in Toolset > Taxonomies (just like Built In Taxonomies) but not delete.
And I would not reccomend to remove Theme's features, as that theme may rely on the existence of such taxonomy

I would rather reccomend to use a Theme which fits your project's needs.

#1112984

My issue is resolved now. Thank you!