Hi,
When the “ABT Relative Urls” is active, I cannot create more than one rule for a field in “Advance custom fields”.
Maybe you could consider a setting page to exclude some post types.
Thanks
Relative Urls (ABT): 0.4
Advanced Custom Fields: 4.1.8.1
https://www.ads-software.com/extend/plugins/abt-relative-urls/
]]>I can edit posts, and quickedit pages, but updating pages gives me “are you sure you want to do this?”.
Just updated to Headway Themes 3.4 and WP 3.5
https://www.ads-software.com/extend/plugins/abt-relative-urls/
]]>Hi, i’m using abt-relative-urls v0.3.2, and I had to switch the code:
$this->absolute_prefix = home_url();
back to
$this->absolute_prefix = 'http' . (isset( $_SERVER['HTTPS'] ) && $_SERVER['HTTPS'] == "on" ? 's' : '') . '://' . $_SERVER['HTTP_HOST'];
because my wordpress install is in a folder on my server, not directly in the root, so my home url is something like this:
https://www.whatever.com/wordpress
So it doesn’t change the urls to go from the the real server root. (It chops off the “/wordpress” part of the url.)
Other than that, I really like the plugin! thanks!
Bill.
https://www.ads-software.com/extend/plugins/abt-relative-urls/
]]>