JKK URL Scout
JKK URL Scout
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
No. The plugin does not make any external requests.
It is built for large sites by exporting in batches. If you hit timeouts on your hosting, try a smaller batch size.
Yes. You can select the post types you want to export, including custom post types.
Reviews
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.