[Plugin: VoucherPress] WP installed in subdir
-
We have wp installed in a subdirectory and have the wordpress address pointing to the wp file location and the site address pointing to root. When the site address points to the wp file location, the plugin works great. When the site address points to the root location, the pdf download link is wrong. We fixed this by editing voucherpress.php and changing “siteurl” to “blogurl” in the line:
return get_option( “blogurl” ) . “/?voucher=” . $voucher_guid . $download_guid;Works fine now. Was there a way to do this without editing the php that we just missed?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: VoucherPress] WP installed in subdir’ is closed to new replies.