wp2static icon indicating copy to clipboard operation
wp2static copied to clipboard

WordPress static site generator for security, performance and cost benefits

Results 105 wp2static issues
Sort by recently updated
recently updated
newest added

in `test-integration`, we can see the following: ``` SEVERE: "[Bedrock Initializer]" " - Installing composer/installers (v1.12.0): Extracting archive" Mar 20, 2022 3:04:11 PM wp2static-test.core invoke SEVERE: "[Bedrock Initializer]" "For additional...

bug

There is a problem with WP2Static and Bedrock. Bedrock has a bit different folder structure (https://roots.io/docs/bedrock/master/folder-structure/) and the ABSPATH is pointing a bit wrong (it's pointing the `wp` folder when...

enhancement
in progress

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...

bug

On a fresh VPS I imported a wordpress website, purchased and installed the plugin. When I try to run it, the UI says 500 error code returned from server. Please...

bug

After clicking generate button, it does nothing.

bug

WP multi-site and oxygen builder with plugin "Hide my wp ghost". Installed latest in `wp-content/plugins/wp2static/` using composer On generate missing RSS feed in /feed/ It does also not respect custom...

bug

HI @leonstafford, When generating static website, all of my static assets are not generated because of 404. I've added logging line on your Crawler.php (L205) for showing the real URL...

enhancement

Steps to reproduce: 1. Have Advanced Crawling Addon installed and activated 2. Uninstall the addon from WordPress 3. Attempt to crawl the site Result: WP2Static runs without errors, but nothing...

bug

What would be the best way to prevent overriding certain files or directories in the destination directory. Let's say you have a path that is not part of wordpress, maybe...

new_feature

as per https://github.com/leonstafford/wp2static/commit/a63baece07eb5b57be1beb30fa5d1ad7f16f5f40#r43829092 @leonstafford This is useless here, please move it to views e.g. ```

enhancement