Add, duplicate, reorder, and delete pages

Building your site starts in the Page Manager. Here you add new pages, duplicate existing ones to save time, drag them into the right order, and remove the ones you no longer need.

Adding a page

  1. Open the Page Manager (toolbar, leftmost icon).
  2. Click the + button at the bottom of the panel, or right-click anywhere in the panel and choose Add Page.
  3. Type a name for the page. The name becomes the <title> tag and is used to generate the filename (for example, “About Us” becomes about-us.html).
  4. Choose Blank to start from scratch, or pick a Template to start with a prebuilt layout.
  5. Click OK. The new page appears at the bottom of the list and opens in the canvas.

Duplicating a page

Duplicating copies every element, style, and layout from the original page — a fast way to create pages that share a common structure.

  1. Right-click the page you want to copy in the Page Manager.
  2. Choose Duplicate.
  3. The copy appears below the original, named “Copy of [Page Name]”.
  4. Double-click the copy’s title to rename it.

Reordering pages

Page order in the Page Manager is the order pages appear in any auto-generated sitemap or navigation structure.

  • Drag and drop — Click and hold a page row, then drag it up or down to a new position.
  • Keyboard — Select a page and press Alt+↑ or Alt+↓ to move it one position.

Reordering does not affect the exported filenames or any internal links.

Deleting a page

  1. Select the page in the Page Manager.
  2. Right-click and choose Delete, or press Delete / Backspace .
  3. Confirm in the dialog that appears.

Setting the homepage

The homepage always exports as index.html. To change which page is the homepage:

  1. Right-click the page you want to set as the homepage.
  2. Choose Set as Home.

The house icon moves to the new homepage. The previous homepage reverts to a regular filename based on its page name.

How filenames are generated

Site Designer derives the export filename from the page name automatically:

  • Spaces become hyphens.
  • Text is lowercased.
  • Special characters are removed.
  • The .html or .php extension is appended based on page type.

Example: “Services & Pricing” → services-pricing.html. You can override the filename manually in Page Properties.