Skip to main content

Units overview

A Unit is one bookable item synced from your booking provider—a room category, apartment, villa, etc.

In WordPress it is a dedicated content type (custom post type) labelled Units in the admin menu.


Where units live

LocationWhat you do
Units → All UnitsBrowse, search, bulk-sync, open editors.
Front-end URLEach unit has its own page (permalink). Archive listing is optional—see Permalinks and archive.

Extra list columns help operations teams:

  • External ID — Identifier from the booking system.
  • Provider — Which integration owns the row (e.g. kross).
  • Last sync — When this unit last finished syncing successfully.

Units admin list


What visitors see

Themes usually show:

  • Title and content (description synced into the editor unless customised).
  • Featured image — Often set automatically from the provider’s main gallery image.

Gallery images beyond the featured image live in meta fields and attachment IDs—your theme or blocks decide how to display them.

Single unit public page


Relation to the provider

Units are linked to remote inventory by bec_external_id (shown as External ID) and provider slug.

Deleting a unit in WordPress does not delete inventory in Kross; the next sync may recreate it unless you manage visibility on the provider side.