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

# Blog posts

Blog posts section provide a structured and organized layout for blog content, helping visitors easily browse through your posts. Blogs allow businesses to share stories, updates, guides, and promotional content, enriching the customer experience and boosting engagement.

<figure><img src="/files/IyfAVQXBwyqbMWAjbR09" alt=""><figcaption></figcaption></figure>

### Section settings

**1. Show title:** Choose whether to display the blog title.

<details>

<summary><strong>What is a blog title?</strong></summary>

A blog title categorizes a set of blog posts under a specific theme or topic (e.g., "News," "Recipes," "Fashion Updates").

</details>

<details>

<summary><strong>How to create a blog title in Shopify?</strong></summary>

1. In the Shopify admin, navigate to **Online Store > Blog Posts**.
2. Click **Add blog post**.
3. Enter a title and content for your blog post.
4. Under the **Organization** section, from the **Blog** drop-down menu, select **Create a new blog**.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/a98af354-02c1-4e4f-8a8a-a0d54ba3827d/Screenshot%202024-12-18%20at%202.35.51%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

5. In the **Blog title** field, enter your desired title.
6. Click **Save**.

</details>

**2. Show tags:** Displays category filters, allowing visitors to filter blog posts by tags or article categories. Enhances navigation and improves the discoverability of blog posts based on specific topics or themes.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/a5b7c952-ecce-47ce-a8a4-aa8b28616454/Screenshot%202024-12-18%20at%202.32.32%E2%80%AFPM.png" alt=""><figcaption></figcaption></figure>

**3. Image ratio:**

* **Adapt to image:** Maintains the original aspect ratio of uploaded images.
* **Square:** Displays all blog images in a square format for uniformity.
* **Portrait:** Displays all blog images in a vertical rectangular format.
* **Landscape:** Displays all blog images in a horizontal rectangular format.

**4. Blog posts per page:** Set the maximum number of blog posts displayed. From 12 to 36 posts per page.

**5.** **“Read more” button style**: Customize the " Read more" button style: Solid, Outline or Text.


---

# 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.byinspiredlabs.com/blog-posts.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.
