tiny useful URL exporter plugin for wordpress websites
This plugin will add a page called “Export All URLs” under Tools. You can navigate there and can extract data from your site. You can export Posts:
- ID
- Title
- URL
- Categories
- Tags
- Author
- Published Date
- Modified Date
The data can be categorized before extraction, by their post types.
- To check all URLs of your website
- During migration
- During security audit
- Need to share All URLs with SEO guy
- 301 Redirects handling using htaccess
- Filter by Author
- Filter by Date Range
- Exclude domain URL (very helpful in comparing results after migration)
- Set post range (very beneficial in case of timeout/memory out error)
- Generates CSV file name randomly (sensitive data protection for security reasons)
- Set preferred CSV file name (provides more control)
- PHP version 5.4 or higher
- WordPress version 3.1.0 or higher
If you found any bug then report here, I’ll try to fix it as soon as possible!
* Screenshots and further guide about plugin installation can be found on wordpress repository