I searched for some instructions on how to easily find dead links on my blog. I found some plugins that do just that but instead of using a plugin to do it why not use this cool method that can also provide you with a custom 404 page ?
The WordPress Codex directory is way cool and it is maybe one of the best wordpress resources out there. Here’s the link that interests us in particular: Creating an Error 404 Page. You just need to create a 404.php file in your theme directory (in case you don’t already have one). Put the following code in it and customize aiding yourself with the comments:
…