I have deleted a page and now I want to find all internal links that are pointing to this deleted page.

So I need to know which posts/pages have a link to the deleted page.

Is there a faster way to do this than just manually checking all your pages and posts?

Please advise me.

3 Answers
3

I would search the database’s wp_posts table to find the URL(s) you are looking for, using phpmyadmin.

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *