tomusborne / generateblocks

GenerateBlocks is a small collection of lightweight WordPress blocks that can accomplish nearly anything.
https://generateblocks.com
195 stars 19 forks source link

Fix: ensure query loop block rendering respects user-defined limit #1255

Open frzsombor opened 3 months ago

frzsombor commented 3 months ago

Closes #1253

This solution does not try altering the query but limits the number of posts in the PHP loop, based on post_per_page.