[WordPress] 外掛分享: WP Post Corrector

首頁外掛目錄 › WP Post Corrector
40+
安裝啟用
★★★☆☆
3.7/5 分(3 則評價)
3002 天前
最後更新
問題解決
WordPress 4.8+ PHP 5.6+ v1.0.2 上架:2011-02-16

內容簡介

「WP Post Corrector」是一款外掛,可以幫助您修正文章資料。它主要有三個模組:(1)批量上傳(插入大量文章數據)、(2)批量更新(更新大量文章數據)和(3)下載完整數據Excel。

(1) 批量插入可用於通過CSV檔案批量插入文章數據。通常我們只使用「Microsoft CSV」檔案。首先創建Microsoft Excel檔案,並將其另存為「CSV(逗號分隔格式)」。下載樣本CSV檔以獲取如何為批量上傳或大量上傳準備CSV檔案的更多幫助。

在樣本CSV中,您可以看到一些規則是通用的。
-> CSV的第一欄必須是行的標題。
-> 行中的所有標題可以根據您的文章自定義欄位更改,而文章的共同信息(例如標題、內容、標籤、作者、分類)對於任何CSV樣本數據始終是相同的。如果您真正想插入您的數據,它不應該更改。
這裡是。
* post_title:文章標題
* post_content:文章內容數據
* post_excerpt:文章摘要數據
* category:文章類別名稱。您可以通過逗號分隔插入多個類別名稱。此外,該插件的一個優點是,如果任何類別遺失,它將自行創建新的類別。請確認插入類別名稱時是區分大小寫的。如果出現相同的類別名稱,插件將從該類別的名稱獲取類別ID。如果有多個相同名稱的類別,很難決定文章將插入哪個類別。在這種情況下,最明智的方式是更改任何類別名稱,以便插件匹配類別並獲得正確的結果。
* post_tag:文章標籤
* post_author:文章作者名稱。在此欄位中插入用戶「user_login」或用戶登錄ID。該插件將從用戶登錄名稱找到用戶ID並將作者ID分配給您的文章。
* post_status:文章狀態。您可以將文章狀態設置為「發布」、「草稿」、「私人」或任何您想要的狀態。
* comment_status:文章評論狀態。您可以將其設置為「開啟」或「關閉」。

* IMAGE:文章圖片或文章附件圖片欄位。如果您想要插入文章圖片(文章附件圖片),則行標題應該是「IMAGE」。您可以添加更多與相同標題的列以插入多個圖片。
以上所有欄位都是固定的標題欄位。所有欄位都區分大小寫。如果更改標題,它將視為文章自定義欄位並插入為文章自定義欄位。

自定義欄位名稱應與在wp-admin中添加/編輯文章時從custo filed框中查看到的欄位名稱相同。

在樣本CSV檔中,我們考慮了幾乎所有博客中通常使用的文章數據類型的所有可能性。

(2) 批量更新:與批量插入相同,但只有在批量插入將不會檢查文章標題時才會更新文章數據。如果文章數據中有錯誤,無論是標題、說明還是任何自定義欄位,您都可以使用此批量更新模塊。通過「下載完整數據Excel」以Excel格式獲取完整數據,然後按照所需進行更新或更正-將其另存為「CSV」格式並從批量上傳模塊上傳。您可以查看文章數據將受到影響。

(3) 下載完整數據Excel:它會以Excel格式讓您下載完整的文章數據。它將以Microsoft Excel格式提供標題、內容、分類、節錄、標籤、作者、狀態和所有自定義欄位。您可以下載它。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.2) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WP Post Corrector」→ 直接安裝(推薦)

原文外掛簡介

“WP Post Corrector” is a plugin, helpful you to correct your post data.
It contains mainly 3 modules.
(1)Bulk Upload (Insert Mass Post Data)
(2)Bulk Update (Update Mass Post Data) and
(3)Download Complete Data Excel
(1) Bulk Inset is useful for mass/bulk post data insertion for your site via CSV file. Normally we using “Microsoft CSV” file only. First of all get Create Microsoft Excel file and save it as “CSV(comma seperated format)”. Download sample CSV file to get more help how to prepare the CSV file for Bulk Upload or Mass Upload.
In the sample CSV as you can see some of the rule are common.
–>First column of CSV must be the title of the row.
–>All titles in the row may be changed as per your post custom fields, while post common information like title,content,tags,author,category will be same for any of csv sample data. It should never changed, if you really want to insert your data.
Here ts.
* post_title : Post Title
* post_content : Post Content data
* post_excerpt : Post Excerpt data
* category : Post category name. You can insert more then one category name seperated by comma. One of the advantage of this plugin is, it will create new category it self is any of missing so be sure while inserting categor name. It’s case sensitive. If the same category name exists, plugin will get the category ID from it’s name. If there is more than one category of same name, it’s difficulty to decide on which category the post will be inserted. In such case the smartest way is change any of category name so plugin match the category and you have the correct result.
* post_tag : Post Tags
* post_author : Post Author name. Insert the user “user_login” or user login ID as for this column. The plugin will find the user ID from user login and will assign author ID to your post.
* post_status : Post Status. You can set the post status either “publish” or “draft” or “private” or any as you want.
* comment_status : Post comment status. you can set either “open” or “closed”.
* IMAGE :Post image or post attachment image column filed. If you want to insert post image (post attachment image), The row title should be “IMAGE”. You can insert more than one image by add more and more row with same title.
All above fields are fixed title fields. All are case sensitive. If you change title, it will consider as post custom field and inserted as post custom field.
The custom fields name should same as you can see the field name from custo filed box, while add/edit post from wp-admin.
In the sample CSV file we have consider all type of possibility of the post data that
Normally used in almost blog.
(2)Bulk Update: same as in Bulk Insert but only update the post data while in the Bulk
Insert will insert post every time without checking the post title. If there is some
Mistake in the post data either title, description or any of custom fields, you can use
This Bulk update module. Get the complete data in the Excel format through “Download
Complete Data Excel” and do updates or correction as you want — Save it as “CSV” format
And upload from Bulk Upload module. You can see the post data will be affected.
3) Download Complete Data Excel: It will give you downloaded the complete post data in
Excel format. It will give you title, content, category, excerpt, tags, author, status and
Comment status with all custom filed in the single Microsoft excel format. You can get
It downloads and do your changes as you want. You can store it as data backup also. Same
Way you can use it for Report or for Mass Upload or Mass Update. Make sure you should
Convert it to CSV before using for bulk uploads or bulk update.
This plug-in is supporting only Microsoft excel and csv format. So please install the
Support other file formats.
Arbitrary section

This plugin supports only Microsoft excel format while get backup and CSV format from Microsoft excel only for Bulk Upload and Bulk Update. No other formats are supported.

You can insert 800 to 1000 posts at a time. It meanse you can insert that many post with complete data in the csv file and uplod or update at a time.

A brief Markdown Example
once you have installed this plugin, you can see the “WP Correct” link from wp-admin > Tools (left menu) > WP Correct.

文章
Filter
Apply Filters
Mastodon