• Resolved dtsv

    (@dtsv)


    Simplystatic is breaking my site by breaking pagination urls from the wp querybuilder by changing the url that should be: /?query-150-page=2 to “/?query-150-page=2#038;simply_static_page=3201”

    That page is also not generated, not for the correct url and not for the wrong url.

    I’ve seen multiple mentions of this bug of adding “simply_static_page=” to urls going back a long time ago but it seems it has not been fixed (or has reappeared?).

    Setup:

    Basic WP setup with kadence theme/blocks.

    • This topic was modified 7 months ago by dtsv.
Viewing 1 replies (of 1 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @dtsv,

    thanks for reaching out.

    The problem is the URL structure of the pagination used by the query builder pagination block.
    We can’t interpret or export paginated URLs that are only accessible via URL parameters (&page=2).

    These URLs will also not work on your static website as there is no PHP to interpret these behind the scenes.

    We recommend using a plugin like WP Page Navi as long as this isn’t fixed in WordPress Core.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin breaks site on querybuilder pagination’ is closed to new replies.