Hey all,
The articles labelled “front page” get a preview image and are placed on the home page, but their preview image is not clickable. I’d like them to point to the article itself, but everytime I add a hyperlink it is somehow removed.
I searched the forums and they generally recommend changing the following line of the /templates/ja_sulfur/html/com_content/frontpage/default_item.php:
<?php echo $image; ?>
to
<a href=”<?php echo $item->readmore_link; ?>” title=”<?php echo $item->title; ?>”>
<?php echo $image; ?></a>
or
<a href=”<?php echo $link;?>” > <?php echo $image; ?> </a>
This doesn’t work: the picture keeps referring back to the ‘home’ page. Would greatly appreciate your help!
Warm regards,
Wout