# Metadata

The Metadata setting controls how post information such as author and publish date is displayed. This information appears at the top of each post and helps provide context to your readers.

### Step-by-step:

{% stepper %}
{% step %}
Go to **"Design & branding"** in Ghost Admin and click **"Customize"**.
{% endstep %}

{% step %}
In the theme settings tab, find the **"Metadata"** option under the **Post** section.
{% endstep %}

{% step %}
Choose your preferred option.
{% endstep %}

{% step %}
Click **"Save"** to apply your changes.
{% endstep %}
{% endstepper %}

### Available options

* **Author** – Displays only the author’s name.
* **Author / Date** – Displays the author’s name and publish date.
* **Date** – Displays only the publish date.
* **Hide** – Hides all metadata from the post header.

{% hint style="info" %}
This theme also supports multiple authors. A maximum of **three authors** will be displayed for each post, which covers most common use cases.
{% endhint %}


---

# 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://docs.ektothemes.com/guides/craft/customization/post/metadata.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.
