Skip to main content
All CollectionsGeneralHow To
How to use Dynamic Variables
How to use Dynamic Variables

You can use dynamic variables to include snippets on your property pages

Gil Chan avatar
Written by Gil Chan
Updated over a week ago

When designing your website, you may want to include certain information on your homepage or property page that helps tell a better story. For instance, you may want to say 'Welcome to Bear's Nest in the Great Smoky Mountains" on the title text on your property page. While you can change the text for this, you want this to be dynamic so that each property displays the right information. To do this dynamically, we can use Dynamic Variables. This guide will walk you through how to do this.

Here are the steps to use Dynamic Variables within your pages.

  1. Login to your dashboard and go to Site > Manage Templates > Select Edit on the template you want to work with.

  2. Navigate to the property page by using the dropdown on the top of the page.

  3. On the editor panel, you'll see the fields. Enter in your Dynamic Variable in the field area. In this example, we used "Welcome to {{{property.title}}}" to welcome guests to our property. This gets replaced with "Welcome to Cozy Creek Cabin" for this particular property page.


    โ€‹
    โ€‹

Available Dynamic Variables:

  • {{{property.title}}}

  • {{{property.name}}}

  • {{{property.location}}}

  • {{{property.market}}}

  • {{{property.description}}}

Did this answer your question?