Plugin is not converting URLs
-
When generating a static site, many static links are not correct or respecting the settings set in the admin panel.
My WP site is on a subdomain, wp.mydomain.tld. I want to host the static files on the main domain, mydomain.tld.
Some links in the static output are still pointing to the subdomain, this includes:
- Site image / icon
- Post date that is also a permalink
- Images
- CSS and other script paths
- RSS feed link
These elements are added to the template via WordPress’ block editor. I am using a block theme in a very default state that’s published by Automatic (https://wordpress.com/theme/bsoj).
I have tried to use these settings:
- Absolute URLs with my domain (https://mydomain.tld) specified.
- Relative URLs (default setting)
- Enabling “Force URL Replacements”
Generic links seem to work.
No errors are reported in the activity log, and all diagnostics are green.
The topic ‘Plugin is not converting URLs’ is closed to new replies.