- This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › mutiple domains
Tagged: multiple domains, Results URL
Dear all,
I’m looking for some help using Search & Filter Pro with multiple domains linking to the same wordpress install.
In the wp-config I have this code to get the multiple domains working:
define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']);
define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);
Which for the site generally works well, you stay inside the domain you entered in.
But when using S&F, I have a few forms set up using shortcodes, and the main issue is with the Settings & Default / Template Options – Results URL, which of course is a fixed URL of course.
Is there a way to in the S&F code to replace the variable that grabs Results URL with WP_SITEURL? I’m simplifying it obviously, but maybe there is a way to do this?
The second issue I have is the results.php, it uses the_permalink() of that post in the link, but that also includes the main domain in. But this is a more general WP thing.
Any help with S&F and multiple domains would be much appreciated, and thanks in advance.
Cheers,
Rupert