Hi,
I have this template http://pastebin.com/n21V6zKF, as you can see in the highlighted parts the code will get only posts based on the first tag.
I want to get posts from every tag.
I tried some code that I found in this thread http://wordpress.org/support/topic/show-posts-with-same-tags-as-current-single-post but couldn't get it work.
I also moved the <?php endwhile; endif; ?> above the "Related Posts" code so that it's not in the loop but I'm not sure why it's not working. Any ideas?