Forums
-
- Forum
- Posts
-
- Installation
- 28,090
- Troubleshooting
- 61,371
- Themes
- 10,273
- Plugins
- 15,121
- Requests & Feedback
- 14,742
- Showcase
- 3,251
-
cocotrp, you can exclude IDs by modifying the mysql queries and changing
WHERE user_status = 0
to
WHERE user_status = 0 AND user_id NOT IN (1,2,3,4)
1,2,3,4 are the user_id’s you don’t want to be displayed.
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS