# Create a page

Creating pages is essential for building your website. You can create unlimited pages and customize them with different layouts and content. Some themes also provide **predefined page templates** for specific functions.

**Here's how you can create a new page for your site:**

{% hint style="success" %}
**Step 1:**

* Log in to your **WordPress Dashboard**.
* Navigate to **Pages → Add New**.

**Step 2:**

* Enter a **title** for your page.
* Add content using the **WPBakery Page Builder Plugin** **Editor** for a fully visual, drag-and-drop editing experience. **or Classic Editor**.

**Step 3:**

* Customize the page settings:
  * **Set a Featured Image** (if needed).
  * Choose a **Page Template** under the Page Attributes section.
  * Assign a **Parent Page** (if applicable).

**Step 4:**

* Click **Publish** to make the page live or **Save Draft** to edit later.
  {% endhint %}

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

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

This section provides customization options for **Page Attributes**, including **Breadcrumb Settings, Side Navigation Template, and Layout Settings**.

#### **Layout Settings** <a href="#layout-settings" id="layout-settings"></a>

Customize the **layout and sidebar position** for your pages or posts.

**Sidebar Layout Options:**

* **Admin Option** – Uses the default sidebar settings from the theme.
* **Without Sidebar** – Displays content in full width.
* **With Left Sidebar** – Adds a sidebar on the left.
* **With Right Sidebar** – Adds a sidebar on the right.

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

#### **Breadcrumb Settings** <a href="#breadcrumb-settings" id="breadcrumb-settings"></a>

Breadcrumbs help users navigate your website by displaying a hierarchical path.&#x20;

**Here you can set more customizations to your breadcrumbs.**

**Show Breadcrumb :** Enable or Disable to display breadcrumb for all pages.

**Position :** Choose position of breadcrumb section.

**Background :** Choose background options for breadcrumb title section.

<figure><img src="/files/1nYx2YdHZf75UUJclNjn" alt=""><figcaption></figcaption></figure>

**Slider** **Settings**

***Note :** Slider tab works only if breadcrumb is disabled.*

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

Everyone loves sliders. They are the perfect way to catch your viewers attention by displaying your important content.\
Theme includes 2 amazing sliders; Revolution Slider and Layer Slider. Each slider can be used on any page or post and offers its own set of unique options.

**Show Slider :** Enable or Disable to display Slider for the pages.

**Position :** Choose position ( Top Header Relative, Top Header Absolute and Bottom Header )

**Slider :** Choose Slider (Layer slider, Revolution slider and Custom Slider Shortcode)


---

# 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://wdt-kirki.gitbook.io/wdt-kirki/pages/create-a-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.
