Add weblink in WordPress Carousel content template

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:

A macro variable __HREF__ is supported in the latest version 2.2.

For example, you can use the following code in step 3, Options tab, Content template:

<div class="amazingcarousel-image">__IMAGE__</div>
<div class="amazingcarousel-title">__TITLE__</div>
<p class="amazingcarousel-readmore"><a href="__HREF__" target="_blank">Read More</a></p>

A demo with the above template is as following: