Description
JKK URL Scout adds a Tools page that exports a list of post/page URLs (and related metadata) to a CSV file.
It is designed for large sites:
- Exports in batches to reduce timeouts and memory usage.
- No external requests, no tracking/telemetry.
- Admin-only actions protected with capability checks and nonces.
The CSV includes common fields such as:
- Post ID, post type, status, dates
- Title, slug, parent ID, comment count
- Permalink and edit link
- Categories, tags
- Author display name
- Featured image URL
- Page template
Notes (Japanese)
本プラグインは WordPress 管理画面の「ツール」配下に CSV エクスポート画面を追加し、投稿/固定ページ/カスタム投稿タイプの URL 一覧を CSV で出力します。
大量件数のサイトでも動作しやすいよう、バッチ処理(分割取得)でのエクスポートを前提にしています。
Installation
- Upload the plugin zip via Plugins Add New Upload Plugin.
- Activate the plugin.
- Go to Tools JKK URL Scout.
- Choose your options and click Export CSV.
FAQ
-
Does this plugin send data to external servers?
-
No. The plugin does not make any external requests.
-
Will it work on large sites?
-
It is built for large sites by exporting in batches. If you hit timeouts on your hosting, try a smaller batch size.
-
Does it work with custom post types?
-
Yes. You can select the post types you want to export, including custom post types.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“JKK URL Scout” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “JKK URL Scout” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.1.11
- Optional post_content export (checkbox; warns about server load/time).
1.1.12
- English readme (base language) and contributor metadata updates for WordPress.org.
- CSV export focuses on URLs/metadata (no post_content) to keep exports lightweight.
1.1.9
- Bug fixes and hardening for CSV export processing.
1.1.8
- Code cleanups and security hardening.
1.1.0
- First public submission.