# Featured

Displays featured posts in a dedicated section on the homepage.

Featured posts appear in the hero area and help highlight important content. The section automatically displays the four most recent posts marked as featured.

Make sure you have at least four posts marked as featured for the section to display properly. It is recommended to keep this section disabled until you publish your first featured post to maintain a clean and balanced layout.

### Step-by-step:

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

{% step %}
Under the **Homepage** section, locate "**Homepage style**".
{% endstep %}

{% step %}
Select the elements you want to display, such as Featured / Tags / Feed.
{% endstep %}
{% endstepper %}


---

# 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://pinathemes.gitbook.io/docs/breeze/customization/homepage/featured.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.
