> For the complete documentation index, see [llms.txt](https://ovatheme.gitbook.io/ireca/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/ireca/basic/change-footer.md).

# Footer Settings

## 1: Choose a Footer for All Pages. <a href="#id-1-choose-a-footer-for-all-pages" id="id-1-choose-a-footer-for-all-pages"></a>

Suppose that you want to select "Footer Version1" for all pages

### **Step 1: Choose Footer in Global**

Go to Appearance >> Customize >> Footer, Global: Footer Version1

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

### **Step 2: Choose "Global" Option in Footer Version Drop-down of All Pages**

Go to: Pages >> All Pages >> Edit Every Page >> General Setting >> Footer Version Drop-down: choose "Global in Customizer" option

***Please, note***: To display General Setting Area, you have to install and active CMB2 plugin.

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

## 2: Change Footer for a Page <a href="#id-2-change-footer-for-a-page" id="id-2-change-footer-for-a-page"></a>

Go to Pages >> All Pages: choose a page that you want to change its footer, go to: General Setting area >> Footer Version drop-down:

**Please, note**: To display General Setting Area, you have to install and active CMB2 plugin.

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

Options in Footer Version drop-down:

* **Global in Customizer**: Use the footer that is set in Appearance >> Customize >> Footer

<figure><img src="/files/7aJzdvSGOYavui2SXR9i" alt=""><figcaption></figcaption></figure>

* **Default**: Use Default Footer. You only can customize this footer in template file ( footer.php file ) in theme.
* **Footer Version1, Footer Version2**: You can choose one of these footers for a page


---

# 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/ireca/basic/change-footer.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.
