# Related posts

The **Related posts** section appears at the bottom of each post and helps keep readers engaged by suggesting additional content.

You can control how related posts are filtered, customize the section title, or hide the section entirely.

Follow the steps below to access the Related posts settings:

{% stepper %}
{% step %}

### Access Ghost Admin

* Log in to your Ghost Admin at `yoursite.com/ghost`
  {% endstep %}

{% step %}

### Navigate to Design Settings

* Go to **Settings** > **Site** > **Design & branding** `yoursite.com/ghost/#/settings/design`
* Click the **"Customize"** button to open the theme editor.
  {% endstep %}

{% step %}

### Open Theme Settings

* Locate the **Related posts** option under the **Post** section.
  {% endstep %}
  {% endstepper %}

### Available Options

* **Primary Tag** *(default)* - Displays posts that share the same **primary tag** as the current post.
* **Latest** - Displays the most recent posts on the site.
* **Hide** - Hides the related posts section completely.

### Custom Section Title

You can also customize the heading shown above the related posts by editing the **Related posts title** field under the same section.

If left empty, the default title is used: `You might also like`


---

# 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/caards/customization/post/related-posts.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.
