Forums
-
- Forum
- Posts
-
- Installation
- 27,622
- Troubleshooting
- 60,560
- Themes
- 10,191
- Plugins
- 14,973
- Requests & Feedback
- 14,607
- Showcase
- 3,238
-
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