I am trying to customize the look of my blog. I am using the video module because all of my post will include links to videos. Drupal is setup so my tags will be on top, my video will be in the middle and the text description(content) of the video will be on the bottom.
I want the video to be on top, the tags in the middle and the content on the button. Since the video is connected with the content in the themes, I don't know how to put the tags inbetween. If I remove the $content tag, the video goes with it.
Is there a way to customize the look of my video posts without having to somehow edit the module? The tag $terms is what I need, but I dont know where to go to put it inbetween the video and content.
Thanks