JKK URL Scout

外掛說明

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 で出力します。
大量件数のサイトでも動作しやすいよう、バッチ処理(分割取得)でのエクスポートを前提にしています。

安裝方式

  1. Upload the plugin zip via Plugins Add New Upload Plugin.
  2. Activate the plugin.
  3. Go to Tools JKK URL Scout.
  4. Choose your options and click Export CSV.

常見問題集

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈JKK URL Scout〉的開發相關工作。

參與者

將〈JKK URL Scout〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

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.