0

Page Manager

Your main tool for creating and editing pages — a visual editor with two-column layouts, per-page CSS, AI assist, and version history.

What it does

Page Manager lists every page on your site as cards. Each card shows the title and slug with buttons to edit, preview, and delete. Click + New Page to start one.

Create a page

  1. Click + New Page in the toolbar.
  2. Enter a title (what shows in browser tabs and search results). The slug is generated automatically — you can edit it.
  3. Click Create to open the editor.

The editor

The editor opens full-screen with a toolbar, the content area, and a blocks sidebar.

  • Save — stores the page (and snapshots a version first).
  • Preview (eye) — opens the page in a new tab, exactly as visitors see it.
  • Page CSS — per-page styles (see below).
  • AI Assist — generate or rewrite content in place.
  • Versions — load an earlier revision.
  • Pretty / Minify — reflow or compress the HTML in the current column.
  • Settings — layout options (columns, wrapper, background).

Content is written as HTML. Insert components with the double-bracket shortcode syntax [[type:slug]], or click a pill in the blocks sidebar to drop one at the cursor.

Two-column layouts

  1. Open Settings in the toolbar.
  2. Turn on Right Column.
  3. Set the widths with the sliders (e.g. 65% / 35% — must total 100).

Columns sit side by side on desktop and stack on mobile automatically.

Per-page CSS

The Page CSS button opens a stylesheet scoped to just this page. It saves to admin/data/pages/{slug}/{slug}.css, loads last so it wins the cascade, and is removed automatically if you clear it.

Tip: Use per-page CSS for one-off layouts or component tweaks without touching global styles.

Versions & rollback

Every save snapshots a revision (the most recent few are kept). To roll back: open the page → Versions → pick a revision to load it into the editor → Preview to check → Save to make it current.

Tip: Loading a revision doesn’t commit it — it just drops that content into the workspace. You must Save to promote it.

Tips

Every page is transparent over the site background — don’t add solid page backgrounds; use Background Manager.