AnyI'm working with Drupal 7 and I'm trying to match to related nodes based on the taxonomy value that they have been tagged with. I want to achieve this without using views or blocks. So I have two content types. Content type 1 is the main page and content type 2 acts like a right hand block which sits on a content type 1 article.
.......................
| C1 |
| _________
| | C2 | |
| | |
| |_______| |
|
| |
.......................
So the illustration above demonstrates how the page will look like. My question is: How can I pull in the right C2 to show on C1 based on taxonomy tagging. So if C1 is tagged with dog how can I show a C2 that's also tagged with dog? I know this post is a bit vague. Any suggestions would be much appreciated.