[Plugin: Relative Links Fix] useless when wordpress is in subdirectory
-
You should change
$siteurl = $_SERVER['HTTP_HOST'];
to
$siteurl = get_option('siteurl');
and then it works like a charm.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Relative Links Fix] useless when wordpress is in subdirectory’ is closed to new replies.