# Create a Blog Post

#### **How to Create a Blog Post** <a href="#how-to-create-a-blog-post" id="how-to-create-a-blog-post"></a>

**Step 1: Add a New Post**

* Navigate to **Posts > Add New Post** in the WordPress dashboard.
* Enter an **explanatory title** for your post.

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

**Step 2: Add Content and Media**

* Write your content in the text editor.
* Use the **“Add Media”** button to include images, audio, or video.
* Style your content with headings, links, lists, bold/italic text, blockquotes, and more.

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

**Step 3 : Select a Format and categories**

**Post Format:**

* In the post editor's sidebar, you can choose a **Format** to define how your content is displayed. Options include: Aside, Audio, Chat, Gallery, Image, Link, Quote, Standard, Status, Video
* Each format provides a unique layout suited to specific types of content
* Kindly ensure that you have selected the **same format** under the **Type** section as you did in the **Post Format**. Also, please make sure to select the **Template** as **"Theme"** to ensure the post format displays correctly on the front end

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

**Categories**

* Assign the post to one or more **categories** in the right panel.

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

**Step 4 : Add Tags**

* Add relevant **tags** that describe your post content. Tags will appear at the bottom of the post.

**Step 5 : Set Post Attributes and Featured Image**

* Select a **post template** under the **Post Attributes** section.
* Add a **featured image** to represent your post visually.

**Step 6 : Preview and Publish**

* Click **Preview** to review your post.
* If satisfied, click **Publish** to make it live


---

# 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://buddhathemes-test.gitbook.io/ogie/blog/create-a-blog-post.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.
