Where are the settings in the Admin area?
-
Hi,
I’m interested in limiting a number of different custom Categories I’ve setup via ToolSet – and I’m hoping this plugin, or just the raw code, will help.
I’ll start with what I hope to be the easiest approach:
Where are the settings in the Admin area of WordPress?
OR
Is it one of those “silent” plugins that once installed just “does it’s thing” with no settings at all?
In either case, I presume I’ll need to do some code customization, which I’m not shy to, but would appreciate some rough guidelines before I destroy everything.
***
Your plugin page show this:
_______________________________________________________
Example code showing the use of the limit attribute:register_taxonomy(‘artists’, ‘art_work’, [
‘label’ => ‘Artists’,
‘show_ui’ => true,
‘limit’ => 1,
]);
_______________________________________________________Do I need to both: Have your plugin installed AND THEN write my own code like your example above?
OR something else all together.
Please advise.
Thanks!
- The topic ‘Where are the settings in the Admin area?’ is closed to new replies.