Descripció
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 で出力します。
大量件数のサイトでも動作しやすいよう、バッチ処理(分割取得)でのエクスポートを前提にしています。
Instal·lació
- 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.
PMF
-
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.
Ressenyes
No hi ha ressenyes per a este complement.
Col·laboradors i desenvolupadors
«JKK URL Scout» és programari de codi obert. La següent gent ha col·laborat en este complement.
Col·laboradorsTraduïx «JKK URL Scout» a la teua llengua.
T’interessa el desenvolupament?
Revisa el codi , dona una ullada al repositori SVN o subscriu-te al registre de desenvolupament per RSS.
Registre de canvis
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.