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