wp2static
wp2static copied to clipboard
WordPress static site generator for security, performance and cost benefits
This is what the website looks like on Wordpress with Elementor as the designer.  After exporting with the latest wp2static, breaks all...
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...
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...
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...
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...
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...
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...
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/
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...
Oembeds
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...