You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom Field text alignment — the field block now exposes a left / center / right alignment control (via typography.textAlign). A small stylesheet promotes the field to a block box when aligned so the choice still applies for inline tags (span / strong / em).
Max items (total) on the loop — caps the number of items shown across all pages. The final page shrinks to respect the cap, and numbered / load-more pagination stop at the resulting page count.
Link entire item to post — an option that makes the whole loop item clickable via a stretched-link overlay, keeping genuine links and buttons inside the item independently clickable.
Developer
PHPUnit unit tests for the query-arg and pagination-cap logic (composer test).
wp-env + Playwright end-to-end tests (npm run test:e2e).