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

# Manage Post

From the Admin Panel, navigate to **MageComp -> Post -> Add New Post**. You can even manage existing posts from here.

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

* **Enable Post -** Enable/Disable blog post from here.
* **Post Title -** Enter the title of the blog post.
* **Categories -** Select categories for the blog post. You can even add a new category from here.
* **Edit with Page Builder -** Add blog post main content using the page builder.

### Short Content

<figure><img src="/files/5LUfHaXH2OoZ7pFs7J2C" alt=""><figcaption></figcaption></figure>

* **Short Content -** Add blog post short content using the page builder.

### Display Settings

<figure><img src="/files/0Rbpi66bFrcUhuyXbDTr" alt=""><figcaption></figcaption></figure>

* **Post Image -** Upload blog post image from here.
* **Featured Image Alt -** Set alter text for blog post featured image.
* **Publish Date -** You can schedule blog post from here.
* **Author -** Add author name for the blog post
* **Tags -** Add relevant tags for the blog post.

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

* **Include in Recent Posts -** Set whether you want to include this blog post in the recent posts section.
* **Position -** Set the position of the blog post.
* **Views Count -** Manually enter views count for the blog post.
* **Reading time (In minutes) -** Enter the blog post’s reading time in minutes.

### Media Gallery

<figure><img src="/files/8aSq4KhyiYdr71pdvsXP" alt=""><figcaption></figcaption></figure>

Add media files for the blog post from here.

### Search Engine Optimization

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

* **URL Key -** Enter the URL key for the blog post.
* **Meta Title -** Enter the meta title for the blog post.
* **Meta Keywords -** Enter meta keywords for the blog post.
* **Meta Description -** Enter the meta description for the blog post.

### Open Graph Metadata

<figure><img src="/files/0rSxiVoad7I5pYMIU1ls" alt=""><figcaption></figcaption></figure>

* **OG Title -** Set the open graph title for the blog post.
* **OG Description -** Set the open graph description for the blog post.
* **OG Image -** Set the open graph image for the blog post.

### Post in Websites

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

* **Store View -** Select the store view to display the blog post.

### Related Posts and Products

<figure><img src="/files/2XCoOLieb9rfNFgbqgZM" alt=""><figcaption></figcaption></figure>

* **Related Posts -** Add related posts for this blog post.
* **Related Products -** Add related products for this blog post.

### Design

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

* **Layout -** Select the blog post layout from the dropdown options.
* **Layout Update XML -** Enter the XML for the blog layout.

### Custom Design Update

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

* **From -** Set the start date for the custom design of the blog post.
* **To -** Set the end date for the custom design of the blog post.
* **New Theme -** Select the theme of the blog post.
* **New Layout -** Select the layout of the blog post.
* **New Layout Update XML -** Enter XML for custom layout of the blog post.


---

# 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:

```
GET https://docs.magecomp.com/magento-2-blog/manage-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.
