Forums
-
- Forum
- Posts
-
- Installation
- 28,540
- Troubleshooting
- 62,831
- Themes
- 10,444
- Plugins
- 15,391
- Requests & Feedback
- 14,992
- Showcase
- 3,258
-
Try this…
<?php if (is_topic() ) : ?>
<?php topic_tags(); ?>
<?php endif; // is_topic() ?>
I use that in my sidebar.php file, and it works fine.