wp2static icon indicating copy to clipboard operation
wp2static copied to clipboard

Missing pages and files

Open Zyles opened this issue 4 years ago • 5 comments

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 URLs made by the plugin "Hide my wp ghost" rewriting wp-content to /contents/ and wp-includes to /inc/

404 for URL /wp-includes/css/buttons.css

Where it should be in my case /inc/css/buttons.css

Zyles avatar Mar 24 '21 22:03 Zyles

Sorry for slow response, thanks for reporting, @Zyles!

I've started work on a new WordPress URL Detector library and will use issues like this to test/build against, so this is a great help, thanks!

The feed one may not be exactly the same issue as the others, but I know feed generation needs improvement.

leonstafford avatar Mar 25 '21 11:03 leonstafford

An option to ignore urls/paths would also be great.

I tried with the advanced crawling addon and added /feed/ and it seemed to work. Since it will return an index.html with the feed content for it.

Honestly would not use WP if it was not for this plugin. But have to revert back to the old version for now until this detection is fixed.

Thanks.

Zyles avatar Mar 26 '21 00:03 Zyles

Any progress on this? I just tried latest version of the plugin and it did not discover my custom "/plugins/" directory path.

Are you not crawling the links in the source code on the website?

Zyles avatar Dec 02 '21 12:12 Zyles

WP2Static does not crawl URLs in the source code other than those in sitemaps. I'm merging in the features from the advanced crawling addon as I have time, but I haven't gotten to this yet. It's definitely something that I want in.

john-shaffer avatar Dec 02 '21 23:12 john-shaffer

Any progress on RSS feeds? I'm using WPStatic for a blog where I'd like to be able to poll my RSS feed every so often from a separate API and push notifs to my users.

ryanprescott avatar Sep 07 '22 00:09 ryanprescott