Sir, Thanks for a great plugin. I have installed plugin and read description, but find unable to use this/ Please tell, how this plugin can be used. I have seen instructions “Just use absolute_to_relative_url($url)”, but where this code is to be putted.
Regards
Subhash
https://www.ads-software.com/plugins/absolute-to-relative-urls/
]]>Hi Steven,
I moved one of my blogs to another domain and tried to use this plugin to fix the absolute links (pointing to old domain). I activated the plugin and added the code to functions.php in wp-includes (is this right?). But it didn’t work. Threw a blank (empty) page.
I tried the other plugin (automated). It showed a blank page with “object” as the text in it.
How do I solve the issue?
Thanks,
https://www.ads-software.com/extend/plugins/absolute-to-relative-urls/
]]>I’m new to WP and just installed your plugin with the latest WP version (3.5.1). I activated the plugin and then tried connecting to my site from another computer. None of the relative path stuff appears to be working; it’s still trying to access full paths which makes all child pages and images give a 404.
Is there something I’ve missed? Is there any documentation?
Thanks….
https://www.ads-software.com/extend/plugins/absolute-to-relative-urls/
]]>The plugin also tries to shorten the canonical tag (e.g. inserted with plugins like WP SEO), which results in a wrong canonical syntax.
Without “Absolute-to-Relative URLs” the tag looks like
<link rel="canonical" href="https://www.nameofwebsite.com/post_slug/" />
when enabling the plugin and also the plugin wp-minify this tag is destroyed into
<link rel="canonical" href="./" />
https://www.ads-software.com/extend/plugins/absolute-to-relative-urls/
]]>