Re: Design Change
I think you want to move (or remove) this piece of code in topic.php of your template file:
<?php topic_tags(); ?>
Removing that removes the tags for a topic. Then, just put it where you want it to get the tags back.
I think you want to move (or remove) this piece of code in topic.php of your template file:
<?php topic_tags(); ?>
Removing that removes the tags for a topic. Then, just put it where you want it to get the tags back.