[ad_1]
I’m working on this carousel using the ACF Pro plugin, which allows me to add images and video to a carousel, with either page links or links. However, the link function wouldn’t appear in the backend carousel editing page. How can I do this?
I reached out to this website developer and he said my website doesn’t have that functionality and that it would need to be developed. How do I do this? Keen to learn!
[ad_2]
Add a field called “href” for each slide
add an anchor tag to your slider and use the href as defined in the backend – probably a sub field if it’s in a repeater
<a href=”<?php echo get_sub_field( “href” ); ?>”>SLIDE</a>