URL Link Finder
Finds all links to a specified URL in your WordPress content
★ 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.zipA 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
- Download the plugin zip file
- Go to WordPress admin panel > Plugins > Add New
- Click "Upload Plugin"
- Upload the zip file and click "Install Now"
- Activate the plugin
Usage
- After activation, find "URL Link Finder" in your WordPress admin menu
- Enter the URL you want to search for
- Click "Search" to find all content containing URLs that start with your search term
- 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