Tagged Questions
0
votes
1answer
304 views
How to return HTTP 404 when no search results found?
When user search and there is no results found wordpress still return 200 OK. I want to change it to 404 Not Found. Is it possible to return 404 Not Found header in search.php? If yes, how to do ...