Question:
I’m wondering if there is a __LINK__ var or else as there are are for TITLE and DESCRIPTION carrousel item
I’m trying to manage a specific content template and i would like to use such a variable.
Maybe it is available in the last carrousel version ?
Answer:
Yes, it’s called __HREF__
For example, you can use the following code for content HTML template:
<div class="amazingcarousel-image">__IMAGE__</div> <div class="amazingcarousel-title">__TITLE__</div> <a href="__HREF__" target="_blank">Read More</a>
With the above content HTML template, you can create a carousel like following: