Search form issue
-
If I use the search on any page (ie https://myexamplesite.com/contact, with permalinks configured), it will append the search parameters to the current URL: https://myexamplesite.com/contact/?s=test&submit=Go
This shows zero results. If I remove the contact/ part out, my results page shows results properly.
I’ve worked around this by adding a forward slash into the action in blurry.php:
<form method=”get” id=”blurry-form” action=”/”>
Is this my theme/configuration at fault?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Search form issue’ is closed to new replies.