Forums

Join
bbPress Support ForumsTroubleshootingDesign Change

Info

Design Change

  1. hey, i want to move the tag list Below the post, i hate scrolling down, and i want the post to be just below the title, what do i have to modify? i have the kakumei template.

    here you have a picture!

    http://img511.imageshack.us/my.php?image=wherezl8.jpg

    Thanks!

  2. 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.

  3. You must log in to post.