Question:
We are following the tutorial: https://www.wonderplugin.com/wordpress-carousel/add-weblink-in-wordpress-carousel-content-template/
Is there a macro for the link target field? There are somethings we want _self and there are somethings we want _blank.
Answer:
Please upgrade the plugin to Version 3.0. The version 3.0 adds a macro __TARGET__.
Then in step 3, Options tab, Content template, you can use the __TARGET__ for the link target value you defined for each slide in step 1.
< div class = "amazingcarousel-image" >__IMAGE__</ div > |
< div class = "amazingcarousel-title" >__TITLE__</ div > |
< p class = "amazingcarousel-readmore" >< a href = "__HREF__" target = "__TARGET__" >Read More</ a ></ p > |
A demo is as following: