mzambranaa
10/19/2017 - 7:58 AM

Get path alias from a node in TPL or PHP

Get path alias from a node in TPL or PHP

<?php
  $options = array('absolute' => TRUE);
  $nid = 123; // Node ID
  $url = url('node/' . $nid, $options);
?>
<a href="<?php print $url ?>">Path alias to node</a>