---
title: Allowing users to create blogs on the live site
related:
  - https://docs.kentico.com/k10/managing-website-content/blogs/creating-blogs.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

By [placing](https://docs.kentico.com/k10/developing-websites/developing-websites-using-the-portal-engine/using-and-configuring-web-parts.md#adding-web-parts) the **New blog** web part on a page, you can allow users to create blogs directly on the live site.

### To place the New blog web part on a page

1. Open the **Pages** application.
2. In the **Content tree** click on the page on which you want to allow users to create new blogs.
   1. Note that the page that you place the web part on doesn't have to be the same as the page where users actually create the blog posts.
3. Switch to the **Design** tab.
4. [Place](https://docs.kentico.com/k10/developing-websites/developing-websites-using-the-portal-engine/using-and-configuring-web-parts.md#adding-web-parts) the **New blog** web part on the page. A **Web part properties (New blog)** dialog opens.
5. Under **General**, specify the **Blog parent path**. A path in which the blogs that users create using this web part are placed.
6. Specify the rest of the web part properties.
7. Click on **OK**. The system places the web part on the page.

Users can now create new blogs on the page.
