> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-cms/13.latest/tutorials/starter-kit/lessons/2-add-a-blog-post-publication-date.md).

# Add a Blog Post Publication Date

In this lesson, you will learn how to add a new date property to blog posts.

## Outcome

Content editors can specify the publication date for a blog post. Blog posts are displayed with the most recent publication date appearing first.

## Takeaway

Learn how to:

* Add a new property to a Document Type
* Edit a Template to display the new property
* Sort a list of items by a new property

## Steps - Part One

1. In the **Settings** section, expand **Document Types**.
2. Click on *Blogpost*. This is the Document Type that defines the fields for this type of page.

   ![Blogpost Document Type](/files/kjG7jkdXOfmJ9U3tZmNd)
3. The Document Type contains 2 groups: *Content* and *Navigation & SEO*.
   * Select **Add property** at the bottom of the *Content* group.
   * This opens the **Property Editor** dialog window.
4. Give the property a name: *Publication Date*.
5. Give the property a description: *The date of the blog post. This is the date used to display the most recent posts first.*.
   * Always try to add a meaningful description to help your editors.
6. Select **Add editor** to specify what type of data is being stored.
   * We need a standard date, so click on the **Date Picker** icon.
7. In the validation section, enable the field to make it mandatory.
8. Submit to close the dialog and save the property.

   ![Property settings](/files/O77qutzTp9O4iLFkUScZ)
9. Select the **Reorder** option near the top-right of the window, then drag the new property to be after *Page Title*.
   * A logical order to your properties will make things easier for your editors.
10. Click **I am done reordering** near the top-right of the window and select **Save** the Document Type - a confirmation message should appear confirming that the Document Type was saved.


---

# 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.umbraco.com/umbraco-cms/13.latest/tutorials/starter-kit/lessons/2-add-a-blog-post-publication-date.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.
