Hello,
Because you asked about JA News Featured, so I have created a new thread for you. Hope you don’t mind.
As I can see from your site, the title link in this module is working: http://easycaptures.com/fs/uploaded/523/4375082935.png
In case, you wanna add link for image in this module, go to this file:
templatesja_nexhtmlmod_janews_featurednexblog.php
1. For big images:
Find these lines:
<?php echo $news->bigimage?>
change to:
<a href="<?php echo $news->link;?>" title="<?php echo strip_tags($news->title); ?>"><?php echo $news->bigimage?></a>
2. For small images:
Find these lines:
<?php echo $news->smallimage?>
change to:
<a href="<?php echo $news->link;?>" title="<?php echo strip_tags($news->title); ?>"><?php echo $news->smallimage?></a>
Remember to backup your file before processing