> For the complete documentation index, see [llms.txt](https://ovatheme.gitbook.io/egovt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ovatheme.gitbook.io/egovt/main-features/manage-directory.md).

# Manage Directory

## 1: Settings

Appearance >> Customize >> Directory

### 1.1: Google Map

<figure><img src="/files/M7DBp6vR7IQbEDtwHTCh" alt=""><figcaption></figcaption></figure>

### 1.2: Archive Page

Posts per page: Insert number

Order By: Sort Order, Published Date, ID, Title, Random, Date

Order: Descending, Asscending.

Layout: 1,2,3 columns

Sidebar: Left, Right, No Sidebar

Header: choose a header version

Footer: Choose a footer version.

Show/hide fields in archive/category page

<figure><img src="/files/OEejN87vwSvg1CqnepOG" alt=""><figcaption></figcaption></figure>

### 1.3: Single Page

Sidebar: Left, Right, No Sidebar

Header: Choose a header version.

Footer: choose a footer version.

Show/hide fields in detail page.

<figure><img src="/files/bvBfWgiZ2N1ClScu28C0" alt=""><figcaption></figcaption></figure>

## **2: List All Directory**

From Dashboard, Go to Directory >> All Directories

<figure><img src="/files/9NhKqAKNl6JrkVZKJ7tD" alt=""><figcaption></figcaption></figure>

## 3: Add New Directory

Go to Directory >> Add New

<div><figure><img src="/files/sCA4SepZiowfxezblhDv" alt=""><figcaption></figcaption></figure> <figure><img src="/files/AwQPTNTT7AFMicCqKDAY" alt=""><figcaption></figcaption></figure> <figure><img src="/files/1E31Bn7DRP7palwmM5Hp" alt=""><figcaption></figcaption></figure> <figure><img src="/files/gS8ITtNL7MZBZzUrvcRt" alt=""><figcaption></figcaption></figure></div>

## 4: Add New Category

Go to Directory >> Categories

<figure><img src="/files/GecBWnB2FOmGK36yWGZg" alt=""><figcaption></figcaption></figure>

## 5: Directory Elements in Elementor

### 5.1 Directory Category

<figure><img src="/files/FwhwrzvRQyXd03mcMfDP" alt=""><figcaption></figcaption></figure>

<div><figure><img src="/files/ebevgk1L8jrCYPoT9jfU" alt=""><figcaption></figcaption></figure> <figure><img src="/files/L9qDt19koyrX9AA4mPZr" alt=""><figcaption></figcaption></figure></div>

### 5.2: Directory Archive

<figure><img src="/files/X6chrAHoUniOjCclWW1e" alt=""><figcaption></figcaption></figure>

<div><figure><img src="/files/HKmEdppj7auNAHwcLmpa" alt=""><figcaption></figcaption></figure> <figure><img src="/files/s1ZM1Dy13IsQQNs4YQFR" alt=""><figcaption></figcaption></figure> <figure><img src="/files/3TqEQfiejGUwy4VjovEr" alt=""><figcaption></figcaption></figure></div>

## 6: Customize Template

Copy php file from \
plugins/ova-dir/templates/\*.php \
to\
themes/egovt-child/ovadir-templates/\*.php

### 6.1 Customize Directory list template

You can customize in Plugins/ova-dir/templates/archive.php file

### 6.2 Customize detail Directory template

You can customize in Plugins/ova-dir/templates/single.php file

### 6.3 Customize Directory Element in Elementor template

You can customize in Plugins/ova-dir/templates/elementor/\*.php file


---

# 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://ovatheme.gitbook.io/egovt/main-features/manage-directory.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.
