Is there a drupal/php function I can use in my template where I just feed it a node id and out pops all that node's contents?

Comments

nevets’s picture

You really should be using blocks and/or views inside of regions if you want a node to appear outside the main content area.