> For the complete documentation index, see [llms.txt](https://documentation.hedwik.io/elrond/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hedwik.io/elrond/activation/featured-post.md).

# Featured Post

Elrond supports the Featured Post feature. However, there's a point to note. You can only select one Featured Post because Elrond is a minimal theme and has been coded this way to maintain visual integrity.

{% hint style="info" %}
Featured Post area displays the most recently dated post. Even if you featured an older post, the one with the most recent date will be shown. **(The newest among the featured posts.)** Please take note of this.
{% endhint %}

***

### Adding a post to the Featured Post section

1. Click on the **"Posts"** tab on the **Ghost Admin**, and then select the post you want to add to the Featured Post section.
2. Then, use the **icon** in the **top right corner** of the screen to open the **"Post Settings"** panel.
3. At the bottom of the panel, you will find an switch that says **"★ Feature this post"**
4. Then **click on the switch**. That is all.

***

### Remove the Featured Post section

This is very easy. If you don't want to use this section, **make sure you haven't featured any posts**. If you haven't featured any posts, this section will be automatically hidden.


---

# 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:

```
GET https://documentation.hedwik.io/elrond/activation/featured-post.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.
