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

gmarus’s picture

As 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).

davedelong’s picture

Status: Active » Closed (fixed)

Good point. I'll go away now. =)

kenorb’s picture

Thanks.