
內容簡介
Neutrope Quick Export 外掛提供簡單的工具,讓使用者能夠快速將選定的文章、頁面及自訂文章類型匯出為 CSV 檔案,適合用於 SEO 清單、內容審核及客戶報告等日常工作。
【主要功能】
• 簡單的匯出介面
• 支援多種文章類型
• 生成 Excel 友好的 CSV 檔案
• 不會寫入任何資料
• 隱私優先,無用戶資料匯出
外掛標籤
開發者團隊
原文外掛簡介
Neutrope Quick Export adds a simple Tools → Neutrope Quick Export screen and a “Export selected to CSV” bulk action to your post, page, and public custom post type lists. It is built for everyday production work: SEO inventories, content audits, and client-facing lists — not heavy migration.
The plugin is intentionally small and stays out of your way:
Lightweight. It loads only in the admin area and adds nothing to your front end.
Read-only. It never writes options, post meta, custom tables, or scheduled events. Exporting changes nothing on your site.
Excel-friendly CSV. Files are UTF-8 with a BOM so multi-byte text (including Japanese) opens correctly in spreadsheet apps.
Privacy first. User e-mail addresses, login names, and comment-author data are never exported.
Respects the standard interface. It only adds a Tools screen and one bulk action. Existing screens and actions are left untouched.
No ads. No upsells. No “Pro” nag screens. No external requests. No tracking.
How it works
Tools → Neutrope Quick Export — Choose post types, statuses, an optional published/modified date range, and a maximum row count, then download a CSV.
Bulk action — On any post, page, or public custom post type list, select rows and choose Export selected to CSV.
Columns
Every export includes these columns:
post_id
post_type
title
slug
url
status
published_date
modified_date
categories
tags
Featured image columns are on by default (a single checkbox on the Tools screen) and add useful, low-risk information for pre-migration audits. Only metadata is exported — never the image file itself:
featured_image_id
featured_image_url
featured_image_filename
These optional columns are off by default and can be enabled on the Tools screen:
excerpt
content
author_display_name (the author’s public display name only)
What is intentionally not included
User e-mail addresses, login names, and comment-author information are never exported.
Image files themselves are never downloaded, exported, or bundled — featured image columns hold only the attachment ID, URL, and file name.
No import, restore, XML/JSON/Markdown output, WP-CLI, REST API, scheduled exports, or external/cloud integrations in this version.
