Taxonomy term path:
http://api.drupal.org/api/function/taxonomy_term_path
Returns the unaliased path. I used pathauto to give the term alias, how can I return the aliased version?
Thanks.
Taxonomy term path:
http://api.drupal.org/api/function/taxonomy_term_path
Returns the unaliased path. I used pathauto to give the term alias, how can I return the aliased version?
Thanks.
you want to explore the url() function as well, I use it all of the time with node ids.
$href = url('node/'.$nid);