Wrong Pagination Links (Offline Use)
-
When saving a WordPress site for offline use, Simply Static seems to struggle with pagination links. While the directory structure created by Simply Static is correct, it will mess up the pagination links. This usually occurs starting from the second page of a paginated archive, so assuming I am on path/blog/page/2, instead of
path/blog/page/3
path/blog/page/4
etc.
it will create
path/blog/page/2/3
path/blog/page/2/4
etc.
Curiously, this only affects the “Save for offline use” option, so it’s only a minor concern. For what it’s worth: I am making modifications to query_var parameters in order to have a common rewrite base for all my blog content, i.e.
path/blog/slug-of-blog-post
path/blog/category (category archive)
path/blog/2023 (date archive)
etc.
Best regards and thanks for your work on this great plugin!
Tim
The topic ‘Wrong Pagination Links (Offline Use)’ is closed to new replies.