Reorganise Home with documentation index and expanded concepts
Restructures Home as a proper landing page: a three-point Getting
started orientation; a Documentation index grouped by audience
(content editors, theme/block developers, integrators/extenders, site
administrators, contributors); an expanded Concepts section covering
users, guest authors, co-authors, author terms, mapped guest authors;
an Administration section for multisite, large-database performance
and disabling guest authors; the 4.0.0 advisory; and a closing section
linking to the issue tracker, CHANGELOG and the new contributing page.
Keeps the existing large-database filter and the History paragraph,
moves them into the new structure. Removes the inline backfill CLI
snippet now covered by its own page.
c2afcb2
Add Development and contributing page
Environment setup (wp-env with Docker, the dev and tests sites,
overriding ports), the three test suites (PHPUnit integration single-
and multi-site, Behat, PHPCS/lint), the plugin architecture (taxonomy,
guest-author CPT, fallback model, key classes, block editor
integration since 4.0), the PR workflow (target develop, CI bars, test
expectations), the co-author/coauthor terminology rule from
CONTRIBUTING.md, and the release process.
507ff38
Add 4.0.0 REST backfill regression recovery runbook
Operator-facing guide for sites hit by the bug in 4.0.0 where
authenticated REST reads with narrowed _fields could silently replace
guest authors with post_author. Covers: what went wrong, who is at
risk, immediate actions (upgrade plus a temporary filter-removal
must-use plugin), a WP-CLI-based detection query, recovery options
ranked by reliability, verification steps, and a closing note on the
anti-pattern to avoid.
86175f3
Add Backfilling coauthor terms for legacy posts page
Deep-dive on 'wp co-authors-plus create-author-terms-for-posts' with
every flag, realistic examples (standard sites, multi-post-type,
chunked ID ranges, targeted post IDs), internal behaviour, related
commands, and performance notes. Replaces the inline CLI snippet that
used to live on Home.
ae51619
Add WP-CLI commands reference
Full reference for all 16 'wp co-authors-plus' subcommands, grouped by
purpose: backfills and term maintenance, bulk reassignment, and bulk
creation from external sources. Includes synopses, examples, multisite
patterns and performance guidance, plus a troubleshooting section for
the common failure modes.
b0c77e1
Add Roles and capabilities page
Explains the four permission questions CAP asks, which capabilities
answer them by default (edit_others_posts, edit_posts, list_users,
edit_posts respectively), the filter for remapping each one, and
patterns for common custom roles (section editor, byline coordinator,
restricted guest). Also calls out what CAP does not do: it inherits
core caps rather than defining its own roles, and it does not enforce
capabilities at the data layer.
bde4b9f
Add REST API reference
Documents both endpoint families: the canonical /coauthors/v1/coauthors
routes (with schema, auth model, and extension patterns via
rest_prepare_coauthor / rest_coauthors_item_schema) and the UI-facing
/coauthors/v1/authors/* routes used by the plugin's own editor. Also
notes the 'coauthors' field added to /wp/v2/posts responses and the
authentication options for server-to-server integrations.
0d3e22f
Add Hooks and filters reference
Comprehensive list of every filter and action the plugin exposes,
grouped by area (enabling features, guest authors, post author queries,
capabilities, meta box/UI, template output, REST, blocks, counts) with
defaults, parameters and a one-line purpose for each.
9ae34de
Refresh wiki for 4.0: fix stale content, point at new docs/
c110b6e
Updated Creating and editing guest authors (markdown)
448ae0e
Created Blocks (markdown)
yolih
committed
Aug 12, 2024
7128024
Added Template Example for the Neve Theme
b215fa2
Updated Creating and editing guest authors (markdown)
yolih
committed
Jan 18, 2023
145f29d
Updated Template tags (markdown)
yolih
committed
Jan 18, 2023
03818b9
Updated Creating and editing guest authors (markdown)
yolih
committed
Jan 18, 2023
c7551ff
Updated Creating and editing guest authors (markdown)
yolih
committed
Jan 18, 2023
980692b
Updated Creating and editing guest authors (markdown)
yolih
committed
Jan 18, 2023
2b7c66b
Updated Creating and editing guest authors (markdown)
yolih
committed
Jan 16, 2023
2630800
Updated Template tags (markdown)
yolih
committed
Jan 16, 2023
fdcdba7
Updated Template tags (markdown)
yolih
committed
Jan 16, 2023
a4a5c1d
Updated Creating and editing guest authors (markdown)
yolih
committed
Jan 14, 2023
7b2eb5c
Created Template tags (markdown)
yolih
committed
Jan 14, 2023
476a430
Created Creating and editing guest authors (markdown)
yolih
committed
Jan 14, 2023
244bb75