Start Here For Developers

Use this page when you need to maintain, debug, or extend the Tibi WordPress implementation.

Last modified: July 10, 2026

link First Read

Getting started arrow_forward

Project setup, package locations, and build commands.

Architecture arrow_forward

How the site, theme, plugins, React entrypoints, and APIs fit together.

Feature guides arrow_forward

Developer-oriented guides for Help, forms, search, book content, and brochures.

Reference arrow_forward

Blocks, content model, APIs, theme, plugins, and integrations.

QA checklists arrow_forward

What to test before release.

link 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/

link 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