This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Categories for Custom Type Posts

#2270
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

I think the problem is that it’s inside of the

element. The search uses a form element itself so it creates an invalid html if you put it inside the form. You should instead replace the form element with the search. I think that will solve the url issue as well.