elementor / elementor/wp2static
Issue with pagination
Open
bug
- Dominant language
- PHP
- Stars
- 1.5k
- Forks
- 294
- PR merge metrics
- No merged PRs in 30d
Description
There is an issue with paginating tags and categories.
The discovered URL in the logs is:
`/c//page/1`
and
`/t//page/1`
This creates a file named "1" on disk.
Where it should be:
`/c//page/1/index.html`
Wordpress 5.7.2
WP2Static 7.2.0-dev
Contributor guide
Assessment
This issue has not been assessed yet.