WP Manifestindependent plugin directory
manifest / admin / wp-link-detector

URL Link Finder

Finds all links to a specified URL in your WordPress content

by Your Name · github.com/mikemiler/wp-link-detector

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/mikemiler/wp-link-detector/archive/refs/heads/main.zip

A WordPress plugin that helps you find all links in your posts and pages that start with a specific URL.

Description

URL Link Finder is a simple yet powerful WordPress plugin that allows administrators to search through all posts and pages for specific URLs. This is particularly useful when you need to:

  • Track where specific external links are used
  • Find content linking to specific sections of your website
  • Audit your content for specific domain references
  • Quickly locate and edit content containing specific URLs

Features

  • Search for URLs across all posts and pages
  • Partial URL matching (finds URLs that start with your search term)
  • Quick access to edit or view pages containing matching URLs
  • Clean and intuitive admin interface
  • Displays matched URLs in search results

Installation

  1. Download the plugin zip file
  2. Go to WordPress admin panel > Plugins > Add New
  3. Click "Upload Plugin"
  4. Upload the zip file and click "Install Now"
  5. Activate the plugin

Usage

  1. After activation, find "URL Link Finder" in your WordPress admin menu
  2. Enter the URL you want to search for
  3. Click "Search" to find all content containing URLs that start with your search term
  4. Use the "Edit" or "View" links to manage the found content

Requirements

  • WordPress 5.0 or higher
  • PHP 7.0 or higher

Author

Mike Miler wp-mike.com

Version

1.0

License

GPL v2 or later

Support

For support and feature requests, please visit wp-mike.com

Changelog

1.0

  • Initial release