Forums
-
- Forum
- Posts
-
- Installation
- 28,416
- Troubleshooting
- 62,433
- Themes
- 10,420
- Plugins
- 15,331
- Requests & Feedback
- 14,958
- Showcase
- 3,257
-
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.