Permalinks and archive
Your units appear on the front end at URLs controlled by WordPress rewrite rules.
Configure them under Booking Engine → Units — permalinks.
URL slug
URL slug sets the path segment before the unit’s slug.
| Setting | Example public URL |
|---|---|
| Empty / default | https://example.com/bec_unit/my-villa/ |
Custom properties | https://example.com/properties/my-villa/ |
Changing this affects every unit URL. Search engines may need time to adjust—coordinate with SEO workflows.
Saving flushes rewrite rules so WordPress recognises the new pattern immediately.
Unit archive
Some sites want a browsable listing of all units at the root slug:
- Enable Unit archive when you want something like
https://example.com/properties/to show an archive template (theme-dependent).
Disable it when units should only appear via menus, loops, or manual links—not as a public index.
If links show 404
After structural changes:
- Visit Settings → Permalinks and click Save Changes once (no edits needed)—WordPress refreshes rules.
- Clear server / CDN caches if applicable.