It would involve changing the job-posting-node.tpl.php:60 from
<?php print $url; ?>
to
<a href="<?php print $url; ?>"><?php print $url; ?></a>
It would involve changing the job-posting-node.tpl.php:60 from
<?php print $url; ?>
to
<a href="<?php print $url; ?>"><?php print $url; ?></a>
Comments
Comment #1
gmarus commentedAs you correctly point out, it's quite trivial to make this a link (or not) as the themer desires simply by modifying the provided template (which is precisely why it's implemented this way -- to make it easy to theme).
Comment #2
davedelong commentedGood point. I'll go away now. =)
Comment #3
kenorb commentedThanks.