You don't have permission to attach files to this post.
-
I get the You don’t have permission to attach files to this post. error when trying to upload files using the frontend as an Author, Admin works but not author.
It seems nothing I do can resolve this, I’ve even tried adding the code to functions.php
function allow_contributor_uploads() { $contributor = get_role('author'); $contributor->add_cap('upload_files'); }
But this did not resolve the issue.
Please assist.
- The topic ‘You don't have permission to attach files to this post.’ is closed to new replies.