Editorx How to link to dynamic page url from a repeater item title on a dynamic (All) page using Velo

Dear EditorX people: currently it seems editor mode does not have a way to link dynamic title text from an item in a repeater on the dynamic (All) page to the page referenced in that title, which would be the dynamic (Title) page. Does anyone know of a way to achieve this function by using velo’s “onclick” feature to go to that title url when clicked? Thanks!

You can do this without code. Have you created the page (title) for that collection already? Then you can link it to the button (make a button that looks like text is a good idea). For linkage to a text element, please use wixLocation.to() + onItemReady() to handle the redirect to itemData[“item-title-1”] (example field key, replace with yours)