Tagged Questions
0
votes
0answers
12 views
author ROLE is showing NONE on admin panel
recently i have migrate my wp blog to a new server. but on the new server everything is working fine. but my author are not able to login. then i checked the admin panel all user. there i can see lots ...
0
votes
0answers
21 views
wp user role,username and email id is missing on wp admin panel
i am facing a totally strange problem on my wordpress blog. recently i have migrate my wp blog to a new server. but on the new server everything is working fine. but my author are not able to login. ...
0
votes
1answer
19 views
Authors Ability to Review Post from Contributors
I am developing a CMS using WordPress. I have different user roles. I have different departments and I want users (Role of contributors) to post items that would be submitted for review by Users ...
0
votes
1answer
55 views
Allow Content Author to Publish, But Not Edit or Delete
I am hiring a content writer for my WordPress blog. I will be the sole blog admin. I need to define a role for this writer.
I was wondering if there was a WordPress user role that will allow him to ...
0
votes
2answers
105 views
How can I manage and limit disk usage for each author?
I want display and limit disk usage for each author and be able to manage disk usage as an administrator.
Example: author1: disk space is 20Mb; if they uploaded more 20Mb the upload button (in media ...
1
vote
1answer
107 views
Show different badge based upon the user role
Problem
I have authors page and I need to display a different badge for Authors and Subscribers. Authors on the site have certain abilities that differ from Subscribers and I would like to display a ...
2
votes
1answer
178 views
Display Author role in archive or author page
I want to display author role on archive and author page outside loop I found this code on stack overflow and it works fine within the loop
function get_author_role()
{
global $authordata;
...
3
votes
4answers
1k views
Select subscriber as author of post in admin panel?
I want to be able to select a subscriber an author of a post in the admin so it displays their name as having written the post, but I do not want to give them any additional privileges (if they login ...
0
votes
1answer
54 views
Set Default User Role
I'm using WordPress 3.3.1. When a user registers, I want to be able to set the new user to an author. How would I do this?
0
votes
1answer
253 views
How to Add Author Editing Capability to Existing Post by Admin
I apologize if this is mentioned on here but I can't find any information!
Anyway, I am building a WordPress site where I created the content with my administrator account. However, once the site is ...
1
vote
1answer
144 views
How do you set up a WordPress blog with multiple authors to allow something like StackExchange's “community wiki” feature?
I'm thinking about having a blog with multiple authors. In the WordPress Roles documentation, authors can publish posts but only edit their own and not posts by other authors, which is what I'm ...
3
votes
1answer
740 views
Help to condense/optimize some working code
WordPress by default shows ALL posts to users who are Authors. I wanted Authors to only be able to see their own posts so I came up with the following code which works well.
Any suggestions to ...
2
votes
1answer
310 views
how to assign more permission to wordpress author
I have installed jw player plugin so that users of my site could upload their videos. Right now, admin can only see jw player menu on the admin panel and he can only upload videos and use this plugin. ...
2
votes
1answer
208 views
Users roles, make a page belonging to multiple users
I have a website with a lot of users.
They are all editor (with same custom roles). They can add page and post, and edit only their own page/post.
But some users need the ability to edit some ...
1
vote
3answers
895 views
How to let contributors to create a new revision(draft) editing their published posts
I'm using a custom post type to let contributors have a personal page on the site.
Any time a user registers to my site a script creates a custom type post that has the registering user as author.
To ...