Need to display a node?
Let me introduce you to some Drupal APIs
Node Load
to load a node variables
$node = node_load($nid);
Node View
To load a node teaser/full body view
$node = node_load($nid);
print node_view($node)
This entry was posted
on Tuesday, October 28th, 2008 at 3:02 am and is filed under Drupal API.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.