By ninetwenty on
I've created a custom content type for URLs and want to have the title when listing nodes (such as with taxonomy or on the front page) to link to the site rather than to the node itself. Is this possible through the theming mechanism and how can it be done?
Comments
Yes, see node.tpl.php. In
Yes, see node.tpl.php. In bluemarine, this would be:
Thanks for that Mirrorball.
Thanks for that Mirrorball. I also just found some info tucked away on creating node-type.tpl.php so it can go in a seperate file. http://drupal.org/node/17565