By smithaa02 on
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?
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
You really should be using
You really should be using blocks and/or views inside of regions if you want a node to appear outside the main content area.