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)
Posted in Drupal API | No Comments »
You are currently browsing the archives for the Drupal API category.