Tagged Questions
1
vote
1answer
22 views
Add user settings to specific roles
Is it possible to do this? I already know about get current_user_can(), which does not work like I need. I'd like to be able to use an array if there are multiple roles.
// Check roles to only add ...
0
votes
2answers
366 views
Show image next to the comment author if have certain role
I want to create a badge image for comment author of a certain role, say, Editor. I want to style comments of users with the Editor role differently than comments of non-registered or lower-level ...
2
votes
7answers
5k views
Display navigation menu item conditionally based on user capabilities
I have one "branch" of my main site's navigation tree that should only be accessible to a set of registered, logged-in users. I understand how to query a user's role and capabilities. This question is ...