# Search Filter Page

## 1: Display at frontend

You can use Shortcode to display template like here:

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

## 2: Config in Shortcode

<pre><code>[ovaev_event_filter page_per_posts="9" time="upcoming" order="ASC" orderby="ovaev_start_date_time" excl_category="" incl_category="" template="1" column="3" pagination="yes" /]

&#x3C;!--
<strong>page_per_posts: number items per page
</strong>time: "upcoming" or "today" or "week" or "weekend" or "past"
order: DESC or ASC
order_by: ovaev_start_date_time or event_custom_sort or date, ID, ...
featured: yes
excl_category: ID or Array (term_id). Example: slug1, slug2, slug3
incl_category: ID or Array (term_id). Example: slug4, slug5, slug6
template: 1 or 2 or 3 or 4 or 5 or 6
column: 1 or 2 or 3
-->
</code></pre>

## 3: Customize Template

Copy file\
Plugins/ova-events/templates/shortcode/ovaev\_event\_filter.php\
to\
Your-theme/ovaev-templates/shortcode/ folder. Note you have to create these folder.


---

# 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://ovatheme.gitbook.io/fullevent/elements/search-filter-page.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.
