How do I check if I linked to a post before I delete it?

If I want to “safely” delete a post. I want to make sure that no link exists (within my blog) to “to-be-deleted” post. How do I do that?

4

After reading this thread I saw that I might need this also sometimes. So here is the result:

The internal link checker plugin

It adds a meta box at your post edit screens that shows links to all posts who link internally to the currently displayed post. If you want to alter the output (add something for eg.), please use the provided filter. An example of how to use the filter can be found at the readme file.

The Plugin is GPL2 licensed. Maybe I’ll also put it in the official repo to allow installation from inside your self hosted blog. Edit: Done.

  • Grab it for free over at github

…or at…

  • WordPress.org – Extend

…or in our own

  • WPSE Plugin Repository

Leave a Comment