For a dynamic url, for example, when I change the url from '/some-page/'+some_id to '/some-page/'+url, images and videos do not appear on the detail page. Pictures and videos were brought to the page by comparing the 'id'. Can I change the url representation to '/some-page/'+url without breaking this order? As an example, the link should be '/abc/this-is-a-title' instead of '/abc/46'.
Hey @mnt93 and welcome to our community
Please check this link and if you still have answers drop them here.
1 Like
Hello,
I looked at this link before.
I added a new parameter to the Layout section and made the url appear as '/xxx/id/title'. In this way, items using id continued to be visible on the detail page.
Thank you anyway!