| 开发者 | shahzeb2u |
|---|---|
| 更新时间 | 2026年9月5日 02:28 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
pagescale folder to /wp-content/plugins/, or install the plugin through the Plugins screen in WordPress.wp pgscl build-indexes via WP-CLI to build the search indexes immediately instead of waiting for them to build in the background.Any public post type shown in the admin. Pages is enabled by default; add others from Settings > PageScale. Internal or configuration post types are rarely worth managing this way, so the choice is left to you rather than enabling everything automatically.
Hierarchical types (like Pages) have parent/child relationships and show a tree with a parents panel. Non-hierarchical types (like Posts) show a fast flat list without a Parent column.
No. Only Pages is managed by default, exactly as before. Additional post types appear only after you enable them in settings.
Yes. It adds a small number of composite and FULLTEXT indexes to wp_posts and wp_postmeta to make search and sorting fast. They are created lazily, one per request, so activation is instant and no request runs long enough to time out.
Yes. Until the indexes finish building, search falls back to a bounded, basic mode. Everything else works normally.
Each managed post type is checked against its own edit capability on every REST route (for pages that is edit_pages). Private entries are only shown to users who can read them, and per-item edit and delete actions are checked individually.
No. Read operations never load post content into PHP. Edit and bulk actions use standard WordPress functions and respect per-item capabilities.