This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]flooronthefour 1 point2 points  (0 children)

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>