• Resolved Umer47

    (@umer47)


    Hello,
    I generated static HTML from your demo, but pagination is not woring. would you please explain how pagination will work?
    also is there a way to filter posts using custom fields?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @umer47,

    thanks for your report!

    This issue currently happens specifically with Block/FSE Themes.

    The current implementation of the query block doesn’t produce human-readable URLs and instead works with parameters that doesn’t work on a static site setup.

    An example:

    Human-readable: mywebsite.com/blog/page/1
    Query Block: mywebsite.com/blog/page?page=1

    We don’t aim to handle that and instead wait for WordPress core to fix that.

    Cheers,
    Patrick

Viewing 1 replies (of 1 total)

The topic ‘How pagination works?’ is closed to new replies.