# Create Destination Category

## 1: Create Destination Category

Go to **Tripgo >> Destinations >> Destination categories**

<div><figure><img src="/files/MLgjT51DDtuPZ77gdecO" alt=""><figcaption></figcaption></figure> <figure><img src="/files/zQ8iZyw4FbhcmYcoUK4Z" alt=""><figcaption></figcaption></figure></div>

## 2: Display at frontend

### a) Archive Page

* Go to Appearance >> Menu >> Create custom links: \*\*<https://your-domain/tour\\_destination**&#x20>;
* You can use Loco Translate plugin to replace slug "**tour\_destination**" to new slug. [Read here](/tripgo/other-settings/translation.md)
* Change Template in [Settings](/tripgo/tripgo-menu/destinations/settings.md)

<div><figure><img src="/files/pmNa44IET9hr4cV0zahe" alt=""><figcaption></figcaption></figure> <figure><img src="/files/S4dozF1jx0k7KTqsDS9R" alt=""><figcaption></figcaption></figure></div>

### b) Destination Category page

* Go to Appearance >> Menu >> Create custom links: **<https://your-domain/cat\\_destination/slug-category/>**
  * Example: <https://demo.ovatheme.com/tripgo/cat_destination/america/>
* You can use Loco Translate plugin to replace slug "cat\_destination" to new slug. [Read here](/tripgo/other-settings/translation.md)
* Change Template in Apperance >> Customize >> Destinations >> Archive >> "Template" option. Read more [here](/tripgo/tripgo-menu/destinations/settings.md)&#x20;

<div><figure><img src="/files/xWzDzntHtOembmrp7I7J" alt=""><figcaption></figcaption></figure> <figure><img src="/files/mh1eU2fIBx5ClYzy4YIx" alt=""><figcaption></figcaption></figure></div>

## 3: Customize Template

```
Copy file from

plugins/ova-destination/templates/archive-destination.php
to
themes/tripgo-child/ovadestination-templates/archive-destination.php

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ova-themes.gitbook.io/tripgo/tripgo-menu/destinations/create-destination-category.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
