There are different ways to add links to elements

With Wix Code there are now a few different ways you can add a link to an element. Some links are static and others are dynamic .

A static link links to a regular page, an external URL, and other things like an email address or phone number. You can also link to a dynamic page that displays specific content. For these links you use the regular Link button in the editor,


which opens the What do you want to link to? panel, but with more options.


A dynamic link links to an action, a dynamic page for any item, or a URL from a field in a collection. For these links you use the element’s Connect to Data panel and click the Links connect to dropdown.


You can read more about linking in Developer Tools here .

2 Likes

Really great! Good work there WIX team!

Hi Guys!
Do you know how to connect the link second slide on slideshow?
Please help!
Thanks :wink:

Hey a,
You would need to use code to add an onClick event to the button and then use the slideshow.changeSlide function to select the second slide (which is 1, in the code because it starts with zero).
-Jeff

thanks i got it :wink:

Is there a way to link to a specific slide in a slideshow that’s on a different page? I’ve been successful in linking to a specific slide so long as that slideshow is on the same page, but I want to be able to link from Page X which doesn’t have the slideshow to Page Y and to a specific slide.

Hi Zombeaver,
Sorry, but that’s a “no”.
-Jeff

Thank you Jeff, you just have solved my problem! Thanks! :slight_smile: