Dynamic web pages & target url

Hi!
I have a portfolio page (…/listing-portfolio) with images & details of various real estate listings bound via a model. My goal is if I click each of these images, it needs to open as a page with a url …/listing/[listingAddressFromTheModel].
How do I go about doing this? Are there any documentation I could refer to?

Hi @asriram,

You can certainly link images and details to a new page or the same content within the same page. To do so you can find help at Creating and Editing Links

Let us know if you have any further questions or concerns. Thank you!

Hi @manish-sharma ,
The issue I’m facing is in creating dynamic web pages with the url …/listing/[something from the Model]. I created a landing page with the target url starting with /listing**. But the url doesn’t fetch anything. So I was wondering if I need to configure this anywhere else.

Hi @asriram,

For creating dynamic URLs you can find help at Creating Dynamic URLs with Advanced Data Fetching

Let us know if you have any further questions or concerns. Thank you!

1 Like