# More blog posts

Displays additional blog posts to encourage continued reading and improve content discovery. It typically showcases related or recent articles from the same blog to keep users engaged with the site’s content.

#### Header

Controls the visibility of the section header above the blog post list.

#### Direction

Defines the layout direction of blog posts on desktop. Set to “Column” to display posts stacked vertically; mobile always uses a column layout.

#### Heading

The main heading displayed for the section. Default is “Read more”. Leave blank to omit.

#### Subheading

Optional supporting text shown below the heading to provide additional context. Default is “Continue reading our posts.” Leave blank to omit.

#### Show blog button

Renders a button that links to the parent blog page of the current post, allowing users to browse all posts.

#### Button style

Defines the visual style of the blog button. Default is “Secondary”.

#### Blog post limit

Sets the maximum number of blog posts displayed in this section. Default is 3.

#### Vertical spacing

Controls the spacing around the section to adjust its visual separation from other page elements.

#### Vertical spacing (desktop)

Sets the amount of vertical spacing applied on desktop devices. Default is Large.

#### Vertical spacing (mobile)

Sets the amount of vertical spacing applied on mobile devices, allowing for optimized spacing on smaller screens.


---

# 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://gatame.gitbook.io/highstreet/templates/blog-post/more-blog-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.
