Update: This plug-in is no longer available. I still think it was great that Microsoft originally released it. Now I'll probably start thinking of my own solution to "auto search" on a 404.
Yesterday Microsoft released a new plug-in for WordPress that uses Bing Search to improve your 404 pages. It works by grabbing keywords from the missing URL string and then uses the Bing API to search your site for those keywords.
Update: The creator of this plug-in just added a quick start video… go check it out!
So, your 404 page can go from this…
(boring WordPress Default 404)
To this…
and, with a little bit of PHP hacking on my part, to this…
(new and improved pimped out 404 page…)
Go see for your self (missing page) then go check out…
- Official Plug-in page.
- Official announcement and post
- Technical post from the creator of the plug-in
- Bing API Technical documentation (pdf)
with a little bit of PHP hacking on my part, to this…
Would you like to share the php script ? I’m new in php.