- Edited
Thank you for your reply francus641 .
There is only one line of code that contains image_intro and that is...
<?php echo LayoutHelper::render('joomla.content.intro_image', $this->item); ?>
I have made the following change but the Intro Images all link to the site's homepage and not the individual articles.
<a href="<?php echo $this->item->link; ?>">
<?php echo LayoutHelper::render('joomla.content.intro_image', $this->item); ?>
</a>