Start Here For Developers
Use this page when you need to maintain, debug, or extend the Tibi WordPress implementation.
Last modified: July 10, 2026
First Read
Getting started
Project setup, package locations, and build commands.Architecture
How the site, theme, plugins, React entrypoints, and APIs fit together.Feature guides
Developer-oriented guides for Help, forms, search, book content, and brochures.Reference
Blocks, content model, APIs, theme, plugins, and integrations.QA checklists
What to test before release.Source Packages
| Area | Path |
|---|---|
| Theme | packages/wordpress/themes/tibi/ |
| Core functionality | packages/wordpress/plugins/tibi-core/ |
| Custom blocks | packages/wordpress/plugins/tibi-block-library/ |
| Site root | sites/tibi/ |
Common Developer Questions
| Question | Start with |
|---|---|
| Which block owns this UI? | Block reference |
| Which post type/taxonomy owns this content? | Content model |
| Which REST endpoint is used? | APIs |
| Why does search behave this way? | Search feature guide |
| Why did a form fail? | Troubleshooting |