Display Auto URLS
Easily view and access all auto-generated URLs in your WordPress site including archives, feeds, REST API endpoints, and more.
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/devjusty/display-auto-urls/archive/refs/heads/main.zipEasily view and access all auto-generated URLs in your WordPress site including archives, feeds, REST API endpoints, and more.
Description
Display Auto URLs is a developer-focused tool that helps you discover and navigate all the automatically generated URLs that WordPress creates for your site. This includes:
Author archive pages 404 and search result pages Media attachment pages Category and tag archives Date-based archives (yearly and monthly) Feed endpoints (main and comments) REST API endpoints Pingback URL Custom post type archives XML sitemap
This plugin is particularly useful for:
Developers working on redirects or URL structures Site administrators checking for unwanted publicly accessible URLs SEO professionals analyzing site structure Anyone needing to quickly access system-generated URLs
All URLs are neatly organized by category and displayed with clickable links for easy access.
Installation
Upload the plugin files to the /wp-content/plugins/display-auto-urls directory, or install the plugin through the WordPress plugins screen directly. Activate the plugin through the 'Plugins' screen in WordPress Go to Tools > Auto URLs to view your site's auto-generated URLs
Frequently Asked Questions
Will this plugin modify my site's URLs?
No, this plugin is read-only. It simply displays existing URLs that WordPress already generates.
Does this display every single URL on my site?
No, it displays categories of automatically generated URLs (like author archives, feeds, etc.) rather than every individual post or page URL.
Can I limit the number of URLs displayed?
Yes, you can use the "Limit results" option at the top of the page to control how many URLs are shown in each section.
Will this plugin affect my site's performance?
The plugin only runs on the admin side and only when you're viewing its page, so it won't affect your site's front-end performance at all.
Screenshots
Main plugin interface showing various auto-generated URLs organized by category
Changelog
1.1.1
Hardened input handling, escaped admin output, preserved duplicate URLs, and improved URL discovery safety.
1.0
Initial release
Upgrade Notice
1.1.1
Security and correctness fixes.
1.0
Initial release of the Display Auto URLs plugin.