# Breadcrumb

Breadcrumbs are navigation links that display the hierarchy of a page on your website. They enhance the user experience by allowing visitors to understand their location and navigate back to previous pages easily.

**You can modify the breadcrumbs globally for your entire site or individually for specific pages.**

#### **Global Option** <a href="#global-option" id="global-option"></a>

To change the breadcrumb image globally:

1. Go to **Appearance** > **Customize >  Site Breadcrumb** .
2. Navigate to **Site Breadcrumb** **> Breadcrumb**
3. Upload or change the **breadcrumb background image** as needed.

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

#### **Breadcrumb – Individual Page Settings** <a href="#breadcrumb-individual-page-settings" id="breadcrumb-individual-page-settings"></a>

To customize breadcrumbs for a specific page or post, follow these steps:

1. **Navigate to Pages or Posts**
   * Go to **WordPress Dashboard** → **Pages** or **Posts**.
   * Open the page or post where you want custom breadcrumbs.
2. **Modify Breadcrumb Settings**
   * Locate the **Breadcrumb Settings** section.
   * Choose from the following options:
     * **Admin Option** → Uses the global breadcrumb settings.
     * **Individual Option** → Allows you to apply custom breadcrumb settings for a specific page or post, overriding the global breadcrumb settings. This lets you control layout, background, and visibility individually.
     * **Disable** → Hides breadcrumbs on this page/post.
3. **Save Changes**
   * Click **Update** to apply the changes.

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


---

# 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/header/breadcrumb.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.
