• Hello, i’v searched around and not found a solution, does any one know a way of having a search box on my multisite where there is an option for the user to pick which blog to choose from?

    eg

    ———————————
    search…
    ———————————
    o Blog 1 o Blog 2 o Blog 3

    etc…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter richardmccue

    (@richardmccue)

    my pics a bit dodgy but you get the idea ??

    Nice asciiart!

    Do you mean in the WordPress admin or on the front-end sites? If the latter, you could use javascript to dynamically change the form action based on which radio button is selected. The form actions would just be the homepages of three different domains. As a backup you could intercept the request before the search is run and if the domain is not the current site, redirect to the correct domain. If you mean in wp-admin, that would be a little trickier due to user permissions. Assuming the user has access to al the blogs, you could essentially do the exact same trick.

    In my opinion, this is the path of least resistance, but this is one of those questions with at least 20 different answers. I hope this at least points you in the right direction!

    Cheers~

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress Multisite Search Options’ is closed to new replies.