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

This is what the website looks like on Wordpress with Elementor as the designer. ![Screenshot_2021-01-09 Amanda Cowie - RTT Hypnotherapist in Tendring(1)](https://user-images.githubusercontent.com/144046/104091473-802cc100-5275-11eb-99c9-a0e20562fbe3.jpg) After exporting with the latest wp2static, breaks all...

bug

The problem here is that wp_get_archives returns archive links even if archives are disables (via Yast SEO for example). In case of Yast SEO these links are rerouted to the...

enhancement

The problem here is that get_author_posts_url returns archive links even if archives are disables (via Yast SEO for example). In case of Yast SEO these links are rerouted to the...

enhancement

The problem here is that in DetectPostsPagionationURLs the post type "wpcf7_contact_form" is not excluded from the query. This results in URLs that does not exist on the site. For WPCF7...

enhancement

File: URLDetector.php The current way if always add /favicon.ico generates unessesary 404 errors. In most WP sites favicon is now set in admin panel (over Design-Customzier or a Plugin). The...

enhancement

The problem here is that in DetectPostsPagionationURLs the post type "oembed_cache" is not excluded from the query. This results in URLs that does not exist on the site. For SuperCache...

enhancement

Hey there. # The static site generation used to work fine but i am not able to run it from a few hours. ## I get this error: ``` 504...

bug

test with this plugin: https://wordpress.org/plugins/shortcodes-ultimate/ originally mentioned in: https://wk2edu.net/2019/10/08/%e9%9d%99%e7%9a%84%e3%83%9a%e3%83%bc%e3%82%b8%e3%81%a7shortcodes-ultimate%e3%81%ae%e3%82%a2%e3%82%a4%e3%82%b3%e3%83%b3%e3%81%8c%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%81%aa%e3%81%84%ef%bc%81%ef%bc%9f/

bug

I guess it’s simple to do — it’d be very useful to have a deployment add-on that would deploy the static site to another folder on the same server, which...

new_feature

WordPress is using oEmbed feature - which in results adds oEmbed discovery urls to website header, which are based on the REST API: ``` ``` of course those won't work...

new_feature