Page Manager reference

Page Manager Dialog

The Page Manager is the central hub for your site’s page structure. Every page you create, duplicate, reorder, or delete is managed here. Think of it as the file browser for your project.

Opening the Page Manager

Page Manager

Server Side Code

Click the leftmost icon in the toolbar — it looks like a stack of pages. The Page Manager panel opens on the left side of the workspace. You can also press Ctrl+Shift+I (Windows), or open it from Actions → Page Manager.

The page list

Intro

A list of each page in the project runs down the left side. Clicking a page name opens its properties for editing.

To rearrange the order, click the arrow to the right of the page name and drag and drop it where you want it.

At the bottom of the page tree there are icons to Add A New Page, Duplicate, or Delete the currently selected page.

Page types

Page Tree

HTML — Standard static HTML pages. The default type for new pages.

PHP — Pages that use PHP includes or server-side logic. The file extension changes to .php on export. All design features work the same way.

The homepage indicator

See Pages Dropdown

Page names become URLs

The Page Name is used in the web link — https://www.example.com/page-name.html. It’s also what you type when creating links between pages.

Bulk operations

Hold Shift and click to select a range of pages. Hold Ctrl (Windows) or Cmd (macOS) and click to select non-contiguous pages. With multiple pages selected, you can:

  • Delete all selected pages at once (right-click → Delete).
  • Apply page property changes in batch (right-click → Properties — only shared fields are shown).

Keyboard shortcuts in the Page Manager

ActionShortcut
New pageN (with panel focused)
Duplicate selected pageCtrl+D / Cmd+D
Delete selected pageDelete or Backspace
Open page propertiesEnter or Return
Move page upAlt+↑
Move page downAlt+↓