Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @jmavajac,

    thanks for reaching out!

    Sadly, that issue in the block editor has yet to be resolved.

    You can’t use query URLs on a static site (because there is no backend server processing and routing the content).

    Usually, that isn’t a problem as most solutions already switched to a semantic URL structure (page/1/, page/2/…), and the same is true for the block editor, but only if you enabled “Inherit from template.”

    As soon as you customize the query, it will produce the parameter URLs (we suffer from that too..)
    It doesn’t look like someone is actively working on it, but here is the related GitHub issue: https://github.com/WordPress/gutenberg/issues/32531

    Thread Starter jmavajac

    (@jmavajac)

    Thanks heaps for your help. I guess that’s understandable behaviour from wordpress considering you can have more than one query loop in a page.

    I’ve decided to instead use a category feeds page which generates proper paginated permalinks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Paginated Pages Not Being Created’ is closed to new replies.