> 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-category.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
