By sammybaby on
On one site that I'mworking on, I have a page that's essentially split in two columns. Each column will change fairly rarely, but I'd like to have their contents in two seperate nodes for ease of editing, rather than just have one of the columns be static.
Using the PHPTheme engine, is there a way that I can grab the content from two different nodes and put them in two seperate spots on a page?
Muchos gracias.
Comments
hmmm...
I don't think PHPTemplate is really the right approach - without creating a specialised node type that is.
There may be a better way, but I'd be inclined to create a PHP node that grabs the other node(s) content from the database and themes it.
This module also sounds like it is thinking along similar lines:
http://drupal.org/node/11988