Can’t access the blog creation form? Getting “permission denied” errors? This guide helps resolve access and permission problems.
Quick Checklist
- ✅ Is the user logged in?
- ✅ Is their role in the allowed roles list?
- ✅ Is their member type allowed (if using BuddyPress)?
- ✅ Have posting limits been exceeded (PRO)?
User Not Seeing Blog Features
Check Login Status
Blog creation requires being logged in. Logged-out visitors cannot:
- See the post submission form
- Access the blog dashboard
- See the “Write Post” button in profiles
Verify User Role
- Go to Member Blog → Settings → Access
- Check which roles are enabled
- Verify the user has one of those roles
To check a user’s role:
- Go to Users → All Users
- Find the user
- Their role is shown in the Role column
Check Member Type (BuddyPress/BuddyBoss)
If you’ve configured member type restrictions:
- Go to Member Blog → Settings → Access
- Check “Allowed Member Types”
- If specific types are selected, user must be one of those types
- If nothing selected, all member types are allowed
Cannot Create New Posts
Posting Limits (PRO)
If using WB Member Blog Pro with restrictions enabled, users may have hit their limit.
- Check Member Blog → Restrictions
- Verify the user’s current count vs. their limit
- Limits reset based on the configured period
Post Credits (PRO)
If using the Post Credits module:
- User may have zero credits remaining
- Check their credit balance
- Admin can manually add credits
Cannot Edit Own Posts
Post Status
Editing permissions depend on post status:
| Role | Can Edit Draft | Can Edit Pending | Can Edit Published |
|---|---|---|---|
| Subscriber | Yes | Yes | No |
| Contributor | Yes | Yes | No |
| Author | Yes | Yes | Yes |
| Editor | Yes | Yes | Yes |
Subscribers and Contributors can only edit posts until they’re published.
Not the Author
Users can only edit their own posts (unless they’re an Editor or Admin).
Profile Tab Not Showing
If the Blog tab isn’t visible in BuddyPress/BuddyBoss profiles:
- User’s role must be in allowed roles
- User’s member type must be allowed
- BuddyPress Profile component must be active
Admin Can Access, Members Cannot
Administrators always have full access. If admins can access but members can’t:
- Verify the member role settings
- Check member type restrictions
- Test with a different user account
- Check for plugin conflicts affecting capabilities
WordPress Capabilities
Some permissions depend on WordPress capabilities:
| Capability | Required For |
|---|---|
upload_files | Featured image upload |
edit_posts | Creating/editing posts |
publish_posts | Auto-publishing (Authors+) |
Some security plugins or capability managers may have removed these.
Debugging Steps
- Create a test user with the same role
- Try accessing blog features as that user
- If test user works, the issue is with the specific account
- If test user fails, the issue is with settings
Related Docs
- Access Settings – Who Can Create Posts
- Post Restrictions (PRO)
- Troubleshooting Posts Not Showing
