> For the complete documentation index, see [llms.txt](https://wpdocs.gitbook.io/huntor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.gitbook.io/huntor/content-management/homepage/homepage-settings.md).

# Homepage Settings

### 1. Page Attributes

![](/files/-MYNas-Tc9pOwQCPn3T0)

### **2. Page Configure Default Template**

For each page you can change the page layout style, custom header , custom footer and much more! Check the screenshot and read the documentation to see how it works.

![](/files/-MYNb23BSXNI8Op8PSz4)

* **Layout** - Select if you want the page to have a Fullwidth layout and config sidebar.
* **Header Layout** - Select if you want to custom header in customize.
* **Footer Layout** - Select if you want to custom footer in customize.
* **Breadcrumbs** - Select if you want to custom breadcrumb in customize.

### **2. Set a page as Home Page**

* **Step 1** - Go to **Settings** > **Reading** in your WordPress Dashboard panel.

![](/files/-MYNbBMciIST5EsmHSp9)

* **Step 2** - Set "Front page displays" to a "Static Page".
* **Step 3** - In the drop down menu for "**Front Page**" choose a page which will be your home page.
* **Step 4** - Leave the drop down menu for "Posts page" empty, as this is not used by the theme.
* **Step 5** - Save changes.

![](/files/-MYNbEG05UXmRAsyEfwU)

### ​3. Customize Page with Customizer

**Admin > Appearance > Customize Homepage Settings**

* Homepage
* Posts page

![](/files/-MYNbQqPMSyrbBXO-YJV)

And **"Publish"** with all changes.


---

# 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://wpdocs.gitbook.io/huntor/content-management/homepage/homepage-settings.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.
