I believe your best bet is to create a custom post type for the certain posts you want editable by multiple authors.
When you register your post assign a capability type (#WIKI# in this example) and then add the ‘edit_others_#WIKI#s’ to the author role.
Related Posts:
- Allow users to publish child pages of the pages they have access to edit
- How can I restore admin capabilities?
- What determines whether admin toolbar is shown to a logged-in user?
- WordPress Remove Submenus
- current_user_can(‘administrator’) not working in custom login
- Redirect admin 403 “Cheatin uh?” admin pages
- How can I create multiple different admin roles with their own capabilities
- how to know if admin is in edit page or post [duplicate]
- Select subscriber as author of post in admin panel?
- How do I remove dashboard access from specific user roles?
- Admin: very slow edit page caused by core meta query
- Editor Styles and Typekit
- Allow Editors to edit pending posts but not draft ones
- Allow user to “edit_others_posts” to save only, not publish
- How to let contributors to create a new revision(draft) editing their published posts
- Prevent author from changing their posts if admin has modified
- Make A WordPress Page Accessible To Admins Only, Redirect Other User Roles
- How to remove administrator role in settings -> general -> New User Default Role?
- WordPress admin screen very slow / timing out when editing or adding a new page/custom post
- Create un-removeable user
- Read only capability for custom post in admin area
- Can I set a default dashboard layout for all users?
- Hide specific admin users’ posts
- Custom CSS In Admin Only For Certain Roles
- Remove ability to access certain admin menus
- Remove admin AND editor from the “change role to” menu in user listing
- How to enable the theme editor cap for an editor role?
- Role that can edit only widgets, not other theme options
- Is there a way to prevent author change when editor/administrator edits a post?
- How to remove “Super Admin” from All Users for those that are not a “Super Admin”?
- Customize the upload screen
- How to retain HTML5 Attributes on Markup
- Blocking Administrative Access to Authors and Subcribers?
- Customize Admin Users Screen based on Role
- Make certain pages uneditable by editors?
- Prevent author role from editing all posts in custom post type?
- Restrict dashboard access for specific user roles to specific actions
- how to assign more permission to wordpress author
- Include admins in author drop-down on edit post screen
- Disable HTML (Text) Tab in Post Editor
- Link to post author but exclude administrator (on single.php)
- Remove wordpress author’s capability to moderate comments on their own posts
- Programmatically allow a non-author to edit a post based custom meta field
- Don’t attribute content to admin users
- How to restrict the editors from viewing/editing pages created by admin?
- Showing Post Counts of One’s (Author) Own in the admin post list
- How to set default editor tab
- Make the Status, Visibility, or Date fields opened by default in the Publish box
- Admin cannot publish
- How to set add question capability for author role in wp pro quiz plugin
- Make nav-menus.php available for editor
- Editors change a permalink on an unpublished post, but only admins change a permalink on a post that has ever been published?
- How can I merge two authors?
- Change default italic from to in admin editor
- Only Admin can Edit, Delete or Update
- add_cap for editor but no admin role
- Shared account / dual blogging in WordPress
- Bind custom role to admin page
- remove menus for a specific role?
- Post editor is 89953px tall. How to fix?
- Select other roles as custom post authors
- Show global Message in User Profiles with admin only Input field in WordPress Backend
- How to make sure your admin doesn’t hi-jack you site?
- Remove specific administrator’s capability
- Given multiple admin accounts, how can I make it so that only admin with X username can edit posts
- How should I setup the “Users” area to hand over to a client?
- Plugin permissions for Editor role
- solution to prevent specific admins from altering site contents
- Admin user roles/permissions
- “sufficient permissions” error for admin after duplicating WP database to new install
- Posts in sidebar only by admin
- How to hide plugin options for editors via functions.php
- Adding plugin editing capability for Author
- How to fix the Post Preview Button (CPT & map_meta_cap)
- Could we know who published a post on WordPress?
- remove “Edit” from select pages
- Gutenberg UI has changed
- Give admin_menu permission to specific users
- Can I retrieve Published changes when changes have been Saved but not Published in WordPress Semplice?
- Remove dashboard links from wordpress
- Cannot access wp-admin after installing SSL – user capabilities not being set
- Redirect non-admin after login, and in url – /admin
- Hide top admin panel for non admin and non editors
- How to retain HTML5 Attributes on Markup
- Different role for free and pro users in wordpress without using bbpress
- Disabling “View” mentions from backend?
- Author capabilities: Deleting comments on their own published posts
- Change the Author name to a custom field?
- Capability to read/edit page in wp-admin only for administrators
- TinyMCE buttons broken
- Remove “minor-publishing” div from Publish admin metabox
- Want to add post to user dashboard
- WordPress 4.5 Inline Link Toolbar not working on custom wp_editor instance
- I don’t have permission to save the theme options I created myself?
- Different customer login form than administrator login form?
- What Role to assign remote site developer?
- CSS Styles specific to Admin Sidebar not loading
- How can I POST or GET to the same admin page from which I am POST-ing or GET-ing
- Return User Meta text as links to post edit inside the user columns
- How to pass a specific post id from “all posts” list in Admin panel