> For the complete documentation index, see [llms.txt](https://help.inspiredtheme.com/articles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inspiredtheme.com/articles/pages/other-pages/blog.md).

# Blog

***

The **Blogs page** lists your latest blog posts. This guide explains how to set up the blog page.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/781ccf85-0bd8-49b7-a2e1-de92f3bb23f9/screencapture-inspiredtheme-joy-v3-myshopify-blogs-everyday-inspired-joy-2023-12-26-14_25_04.png" alt=""><figcaption></figcaption></figure>

### How to set up a blog page?

1. There is a section designed specifically for the blog page.

* Under **Template**, click the **Blog posts** section to open the settings.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/9a9006d0-280f-4e77-adb9-86912ddbdd9d/Screenshot%202023-12-26%20at%202.33.45%20PM.png" alt=""><figcaption></figcaption></figure>

* Check the checkbox **Show featured image** to show the featured images on the blogs page. If you leave this unchecked, only the title and article excerpts are displayed.
* **Featured image height**: Choose to display your images as **Adapt to image**, **Small**, **Medium**, or **Large**.
* **Show date**: Display the date that the blog is issued.
* **Show author**: Display the author tags of the blog post.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/f4a520f8-d012-4c91-a59c-ef8987f4b9bc/Screenshot%202023-12-26%20at%202.34.33%20PM.png" alt=""><figcaption></figcaption></figure>

2\. You can add any section that is listed in the Theme sections to customize the blog page.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/b167b3c3-4293-48cb-9550-f08480d241ec/Screenshot%202023-12-26%20at%202.48.14%20PM.png" alt=""><figcaption></figcaption></figure>


---

# 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://help.inspiredtheme.com/articles/pages/other-pages/blog.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.
