> For the complete documentation index, see [llms.txt](https://docs.ultramarinastudios.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ultramarinastudios.com/theme-settings/blog-post-card.md).

# Blog post card

In order to support a wider variety of layouts, the blog post image aspect ratio is fixed to the size of the uploaded image.

### Settings

* **Title font style:** Set this setting depending on the average blog post title length.
* **Show excerpt:** If your blog post has an [excerpt](https://help.shopify.com/en/manual/online-store/blogs/writing-blogs/working-with-blog-posts#display-an-excerpt-from-a-blog-post), you can choose to display it within the product cards.
* **Show read more:** Enable this to display the words 'Read more' within the blog post card. You can edit this text within the stores translations.
* **Tag style:** Choose between **primary, secondary,** or **text** for tag display. This draws from the button settings.
* **Tag position:** You need to have [added tags to your blog posts](https://help.shopify.com/en/manual/online-store/blogs/writing-blogs/working-with-blog-posts#add-tags-to-a-blog-post) before they will display. If you choose the **side** position, the tags will be displayed to the side only if there is enough room, otherwise it will be displayed on top of the post title. Use **above title** to display them above the post tiel consistently.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ultramarinastudios.com/theme-settings/blog-post-card.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
