Search results – 404 error after hitting enter
It appears your search is going to https://youthtalkedinburgh.co.uk/?post_type[]=&s=sport instead of the (more proper) https://youthtalkedinburgh.co.uk/?s=sport, which works. Looking at the source, it appears your search form looks like this (simplified): <form … > <input type=”hidden” name=”post_type[]” value=””> <input name=”s”… > … </form> That <input type=”hidden” name=”post_type[]” value=””> input field doesn’t seem to belong. I suspect either … Read more