Forums
-
- Forum
- Posts
-
- Installation
- 28,399
- Troubleshooting
- 62,321
- Themes
- 10,391
- Plugins
- 15,318
- Requests & Feedback
- 14,933
- Showcase
- 3,253
-
Did you try any of the WordPress-style tricks?
<?php $topics = get_latest_topics('exclude=3' ); ?>
<?php $topics = get_latest_topics( -3 ); ?>