> For the complete documentation index, see [llms.txt](https://ova-themes.gitbook.io/tripgo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ova-themes.gitbook.io/tripgo/tripgo-menu/destinations/create-destination.md).

# Create Destination

## 1: Create Destination

Go to **Tripgo >> Destinations >> Add new Destination**

<div><figure><img src="/files/Q7Ouzhp4KpkjIM5fi9Pc" alt="" width="563"><figcaption></figcaption></figure> <figure><img src="/files/v2X8yznhUbvhtpkD2cqu" alt="" width="563"><figcaption></figcaption></figure></div>

## 2: Display at frontend

Support 2 tempaltes: Template 1 & Template 2. You can change template in [Settings](/tripgo/tripgo-menu/destinations/settings.md)

<div><figure><img src="/files/ME15a5Lw3yRlMEAlJGg2" alt=""><figcaption><p>Template 1</p></figcaption></figure> <figure><img src="/files/drB58Rgjtxf2IZFBDcwc" alt=""><figcaption><p>Template 2</p></figcaption></figure></div>

## 3: Customize template

```
You have to create "ovadestination-templates" folder in child theme

// Customzie template 1
Copy file from
plugins/ova-destination/templates/single-destination-template1.php
to
themes/tripgo-child/ovadestination-templates/single-destination-template1.php

// Customzie template 2
Copy file from
plugins/ova-destination/templates/single-destination-template2.php
to
themes/tripgo-child/ovadestination-templates/single-destination-template2.php

```
