NB: The reason for using the Images and Links tab, rather than the editor, is to make it easier for my non-techy clients to add their own images and captions, field by field.
I had hoped that Link A would appear with the image and caption, as it is all set up in the same tab, but no, it only appears if you click on a linked article title (which I set to 'linked' for testing purposes), at which point all I'm presented with is the article title and 'Link A'.
So, I thought I'd grab the code from the article display, which I believe to be this:
Code: Select all
<?php if ((int) $params->get('urls_position', 0) === 0) : ?>
<?php echo $this->loadTemplate('links'); ?>
<?php endif; ?>
I then tried just this:
Code: Select all
<?php echo $this->loadTemplate('links'); ?>
Is there any way to achieve what I'm looking for?