Here's what I'm trying to do...
I want to add code to each single post page so that if the title of the post is "The Monkeys" I can write a summary about what the monkeys are and then also list all blog posts that are tagged with "The-Monkeys" (just a random example).
So the page would have a summary of the topic, and then under the summary list all related posts, because they have the same tag.
I don't know all that much about php, but I basically need some code that goes through every post i have and if the tag of a post equals the tag of the current post, then list the title of it.