Forums
-
- Forum
- Posts
-
- Installation
- 28,399
- Troubleshooting
- 62,321
- Themes
- 10,391
- Plugins
- 15,318
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
I found that to exclude multiple forums, it has to be a negative value in exclude:
get_latest_topics('exclude=-3,-16,-28')
according to the wordpress codex, the numbers are supposed to be in ascending order, so I assume order is important in bbpress too.