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

# Post Settings

The Post Options section of your post edit screen provides a lot of ways to customize the look and content of each post. It's located below your post body content area.

Craftype has the possibility to create 3 different types of posts: standard, gallery, and video.

To create a new post, go to **WP Dashboard** → **Posts** → **Add New**.&#x20;

## **Post Layout**

Select your desired post heading layout. Below, choose whether to include the **Sidebar** element, and have the content displayed on the **Left**, **Right,** or on the **Full-width**.

Enable or disable display Post Header and choose Custom Sidebar.&#x20;

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

## Video background

Enable or disable display Video Background and choose Locations for your video URL.&#x20;

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

## Newsletter

You may also enable or disable display Post Newsletter

<figure><img src="/files/hbjtSXMNrOLi2TbrAccV" 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://docs.nebotheme.com/themes/craftype/post-settings.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.
