Add new page umbraco

To add a new page in Umbraco, you can follow these steps:

Method 1: Using the Umbraco Backoffice

  1. Log in to the Umbraco Backoffice by navigating to http://yourwebsite.com/umbraco (replace yourwebsite.com with your website's URL).
  2. Click on the "Content" tab in the top navigation menu.
  3. Click on the "Create" button in the top right corner of the page.
  4. Select "Page" from the dropdown menu.
  5. Enter a title and optional description for your new page.
  6. Choose a template for your page from the available options.
  7. Click "Create" to create the new page.

Method 2: Using the Umbraco API

  1. Open the Umbraco Backoffice and navigate to the "Content" tab.
  2. Click on the "API" button in the top right corner of the page.
  3. In the API explorer, select the "Content" section and then click on the "Create" button.
  4. Fill in the required fields, such as the page title and description.
  5. Choose a template for your page from the available options.
  6. Click "Create" to create the new page.

Method 3: Using the Umbraco CLI

  1. Open a terminal or command prompt and navigate to the root directory of your Umbraco project.
  2. Run the following command to create a new page: umbraco create page --title "My New Page" --description "This is my new page"
  3. Fill in the required fields, such as the page title and description.
  4. Choose a template for your page from the available options.
  5. Run the command again to create the new page.

Once you've created the new page, you can customize it by adding content, images, and other elements using the Umbraco Backoffice or the Umbraco API.