Forums
-
- Forum
- Posts
-
- Installation
- 28,548
- Troubleshooting
- 62,888
- Themes
- 10,444
- Plugins
- 15,400
- Requests & Feedback
- 14,995
- Showcase
- 3,259
-
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.