Why is WordPress redirecting to homepage after GET form submit?
form method="get" action="example.com/?category=1"
input type="submit"
/form
action
parameter may be any page etc. but it always redirect to homepage. If I change method to POST
- then all fine. What is the problem here?