> For the complete documentation index, see [llms.txt](https://wpdocs.gitbook.io/sunic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.gitbook.io/sunic/content-management/blog.md).

# Blog

**1. Create the blog post**

**Step 1** - Log in to your WordPress Administration Panel (Dashboard).

**Step 2** - Click the '**Posts**' tab.

**Step 3** - Click the '**Add New**' sub-tab.

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

**Step 4** - Start filling in the blanks: enter your post title in the upper field, you can add the content of the post by us elementor to create.

**Step 5** - As needed, select a category, add tags, and fill in the meta setings below the editor.

**Step 6** - Upload a featured image for your ost.

**Step 7** - Select Post Format. You can create a blog post with a lot of **Formats** like link, galleries image ..... Select format on the Format box from in right sidebar.

![](https://gblobscdn.gitbook.com/assets%2F-M0pIcnkwC6XUmoax49d%2F-M1-_JMowaygZg6WzZxT%2F-M1-_u2bH_1OOJ-8abtj%2FScreenshot_124.png?alt=media\&token=293f2c8d-fe8a-4f88-b9d4-ec6de5ceee9e)

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

**Step 9** - When your post is ready, click **Publish**.

**2. Manage Posts**

Navigate to **Posts** → **All Posts**

You can see all information on your blog post, add new, edit or delete them.

**3. Create a Blog Page**

**Step 1** - Log in to your WordPress Administration Panel (Dashboard).

**Step 2** - Click on **Pages** > **Add New**.&#x20;

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

* From the **Posts** you have created, you will have the desired blog page.

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

**4.**  **Show Edit Posts Grid**

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

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

**Option 2. Create a Blog page with the Blog template**

**Step 1** - Log in to your WordPress Administration Panel (Dashboard).

**Step 2** - Click on **Pages** > **Add New**.

**Step 3** - From Page **Attributes** -> Select Template: **Blog**.

![](http://source.wpopal.com/medicor/dummy_data/guide/assets/images/image_31.png)

Step 4- Click **Publish**.

**​**


---

# 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://wpdocs.gitbook.io/sunic/content-management/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.
