Tagged Questions
0
votes
0answers
13 views
Custom taxonomy not working after capability change
I have a custom taxonomy, that worked fine. Until I did the following:
Added new role
Assigned a new capability for the taxonomy
Created new post type, and assigned the taxonomy to it (The cpt name ...
0
votes
1answer
57 views
User: Editor, can't see edit taxonomy screen
For some reason the Editor role does not get access to the edit taxonomy screen on my site. Maybe that is expected behavior, I dont know - But how can I add this to the editor role capabilities?
0
votes
1answer
527 views
How do you add custom taxonomy capabilities exactly?
I can't see to get it. The capabilities fail to appear when using plugins like "Capability Manager" or "Members" to view a list of available capabilities.
This is the code I'm attempting to use:
...
1
vote
1answer
2k views
How to assign multiple roles for capabilities array withini register_taxonomy function?
I am not sure how to add multiple capabilities to 'assign_terms' capability.
My code is below, notice the capabilities array within the register_taxonomy function
/* Registers taxonomies. */
...
0
votes
1answer
447 views
Custom Taxonomies Cababilities
Since 3.1 I've had an issue with custom taxonomies for a site. it seems that my user (admin level) can't edit the taxonomies from any screen. I see them on under the custom post type and can see them ...