Hi,
i have WP with multi user enabled and i am trying to get it to work correctly. Each registered user gets an Author role and should have the
* delete_posts
* delete_published_posts
* edit_posts
* edit_published_posts
* publish_posts
* read
* upload_files
capabilities.
But i also see the admin panels:
- appearance
- users
- tools
- settings
is this correct??
Should i use functions.php and hide the panels based on current_user_can function??
Does the functions.php of a theme work for all users in a MU setup???
regards,