How can I restrict a user to a specific item in the WordPress Admin? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so … Read more
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so … Read more
I am trying to install a downloaded theme in .zip format, on my Ubuntu OS when i click on upload & try to … Read more
In my wp-config.php file: define(‘WP_DEBUG’, true); define(‘WP_DEBUG_LOG’, true); define(‘WP_DEBUG_DISPLAY’, true); @ini_set(‘display_errors’,1); In my php.ini file, track errors is = Off /wp-content/ permissions drwxrwx— … Read more
I am building a platform where service providers can offer their services to potential customers. Therefore, I have two user roles, one “customer” … Read more
We have a large site that consists of a number of smaller websites. We are looking at replacing our current CMS with WordPress. … Read more
I need to test if a user can write to a folder before actually attempting to do so. I’ve implemented the following method … Read more
Is there an easy way to create an admin user that has read only permissions? That is, they can login and see everything … Read more
I’ve tried a bunch of different plugins, including Role Scoper, Advanced Access Manager, User Account Manager and more, to accomplish this but can’t … Read more
I am considering using WordPress for a number of users in overlapping groups, e.g. a user may be in group A and group … Read more
I have followed the instructions from https://help.ubuntu.com/community/WordPress https://www.digitalocean.com/community/tutorials/how-to-configure-secure-updates-and-installations-in-wordpress-on-ubuntu Every time I try to update or install a new plugin, I get the following … Read more