Hi,
I have a pagelines website running WPML with three languages. French, Dutch, English.
When I do a search, for instance when in French, I only get English results. Obviously I need the French results.
What's the solution?
Thanks!
Posted 28 November 2012 - 03:32 PM
Hi,
I have a pagelines website running WPML with three languages. French, Dutch, English.
When I do a search, for instance when in French, I only get English results. Obviously I need the French results.
What's the solution?
Thanks!
Posted 28 November 2012 - 04:59 PM
The search form uses the wordpress function home_url() to get the URL to post to, thats a standard.
You can replace the search form by adding a file searchform.php to your child theme and adding your own form html.
Posted 29 November 2012 - 04:15 PM
Hi,
Thanks for your answer. However, as I am quite the novice, I need some extra help.
I found this:
How do I implement it?
Posted 29 November 2012 - 04:45 PM
Install the base theme ( child theme ) create a new file searchform.php in that folder, and add that html to that file.