I have two nodes, one is kind of a parent to the other node. For example, I'm displaying information about Plants. There are two nodes, Plant_Parent which has the latin name and some common names which is moderated, and then there is the Plant_Info which is not moderated and it has information like bloom time, growing experience, water requirements, stuff that's user specific. However, I want to be able to display the two together, i.e. someone selects a Plant_Parent node, and all the plant_info nodes are display as well.
Drupal doesn't seem to support this, is there a why I can do this?