Skip to content

Instantly share code, notes, and snippets.

@wrburgess
Created April 24, 2012 21:22
Show Gist options
  • Select an option

  • Save wrburgess/2483916 to your computer and use it in GitHub Desktop.

Select an option

Save wrburgess/2483916 to your computer and use it in GitHub Desktop.
Drupal 7 Snippets

Find the path (or alias) of a node from its Node ID:

drupal_lookup_path('alias',"node/".$node->nid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment