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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes
Archive product lists now match the theme's actual per-page (#559). On block themes (the WooCommerce Product Collection block), the archive ItemList listed posts_per_page items — often fewer than the page renders (e.g. 10 listed vs 16 shown) — which violated Google's "list all items on the page" rule for the carousel. The list now follows the page's main query, so it reflects exactly the products shown, in order, on classic and block themes alike. (numberOfItems was already correct.)