How to enable featured image for Contributors?

Posted in: Newspaper
Post count: 64

I see that the featured video is enabled for a contributor but not featured image. How can I enable the featured image also for a contributor?

Post count: 64

Hi,

it’s related to wordpress roles, to see the featured image box the user has to have the capatibility to upload files and contributors don’t have that.

You either change your users to authors or you let contributors upload. To do the last one, you can use a plugin like capability manager or insert some code in theme’s functions.php

You might want to consider things like max upload size, or do you want contributors see images from other contributors or above.

Hope this helps, cheers!

  • This reply was modified 10 years by nf_prt.
Post count: 7909

Hi,

Contributor role don’t have upload_files capability and therefore don’t have access to set the feature image of the post. To allow them to do it, you’ll need to install a plugin for role editing and add that capability to the contributor role. We did not tested any plugin for user’s role, but you can try one like Members and see how it works or something similar.

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.