前言介紹
- 這款 WordPress 外掛「Simple CSV Importer」是 2021-11-26 上架。
- 目前有 30 個安裝啟用數。
- 上一次更新是 2025-02-08,距離現在已有 84 天。
- 外掛最低要求 WordPress 5.4 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
acf | cfs | csv | importer | custom posts |
內容簡介
替代的 CSV 進口外掛。簡單而強大,最適合資訊人員使用。
支援分類
支援標籤
支援自訂欄位
支援 Smart Custom Fields
支援 Custom Field Suite
支援 Advanced Custom Fields
支援自訂分類法
支援自訂文章類型
使用篩選器用於模擬測試匯入
使用篩選器在匯入數據到數據庫之前自定義 CSV 數據
使用動作鉤子更新文章數據後匯入到數據庫
您可以在 /wp-content/plugins/simple-csv-importer/sample 目錄中查看範例 CSV 文件。
可用的欄位名稱和值:
ID 或 post_id:(整數)文章 ID。
此值為可選項目。該文章 ID 已存在於您的博客中,進口程序將更新該文章數據。如果該 ID 不存在,進口程序將嘗試使用建議的 ID 創建新文章。
post_author:(登錄名稱或 ID)作者的用戶名稱或用戶 ID 編號。
post_date:(字符串)發布日期的時間。
post_content:(字符串)文章的全文。
post_title:(字符串)文章的標題。
post_excerpt:(字符串)文章的摘要。
post_status:(‘draft’ 或 ‘publish’ 或 ‘pending’ 或 ‘future’ 或 ‘private’ 或自訂已註冊的狀態)文章的狀態。「草稿」為預設值。
post_password:(字符串)保護文章的密碼。密碼限制為 20 個字符。
post_name:(字符串)文章的 slug。
post_parent:(整數)文章的父級 ID。用於頁面或階層式文章類型。
menu_order:(整數)
post_type:(‘post’ 或 ‘page’ 或任何其他文章類型名稱)(必填)文章類型的 slug,而非標籤。
post_thumbnail:(字符串)文章縮略圖的 URI 或路徑。
例如:http://example.com/example.jpg 或 /path/to/example.jpg
post_category:(字符串,逗號分隔)文章類別的 slug
post_tags:(字符串,逗號分隔)文章標籤名稱
tax_{taxonomy}:(字符串,逗號分隔)任何以 tax_ 為前綴的欄位都將用作自定義分類法。分類法必須已存在。條目是术語的名稱或slug。
{custom_field_key}:(字符串)用作自訂欄位的其他列標籤
cfs_{field_name}:(字符串)如果您想要將數據匯入由 Custom Field Suite 設定的自訂欄位,請將前綴 cfs_ 添加到列標籤名稱。
scf_{field_name}:(字符串)如果您要將數據匯入由 Smart Custom Fields 設定的自訂欄位中,請在列標籤名稱中添加前綴 scf_。
comment_status:(‘closed’ 或 ‘open’)預設值為選項 ‘default_comment_status’,或 ‘closed’。
注意:CSV 文件中的空欄位表示「保留它」,而非「刪除它」。
注意:要設定頁面的頁面模板,請使用自訂欄位鍵 _wp_page_template。
注意:如果提供了一個帖子狀態為「future」,您必須指定該帖子的發布日期,以便 WordPress 知道何時發佈帖子。
原文外掛簡介
Alternative CSV Importer plugin. Simple and powerful, best for geeks.
Category support
Tag support
Custom field support
Smart Custom Fields support
Custom Field Suite support
Advanced Custom Fields support
Custom Taxonomy support
Custom Post Type support
Filter hook for dry-run-testing
Filter hooks for customize csv data before importing to database
Action hook for update post data after importing to database
You can get example CSV files in /wp-content/plugins/simple-csv-importer/sample directory.
Available column names and values:
ID or post_id: (int) post id.
This value is not required. The post ID is already exists in your blog, importer will update that post data. If the ID is not exists, importer will trying to create a new post with suggested ID.
post_author: (login or ID) The user name or user ID number of the author.
post_date: (string) The time of publish date.
post_content: (string) The full text of the post.
post_title: (string) The title of the post.
post_excerpt: (string) For all your post excerpt needs.
post_status: (‘draft’ or ‘publish’ or ‘pending’ or ‘future’ or ‘private’ or custom registered status) The status of the post. ‘draft’ is default.
post_password: (string) The password to protect the post. The password is limited to 20 characters.
post_name: (string) The slug of the post.
post_parent: (int) The post parent id. Used for page or hierarchical post type.
menu_order: (int)
post_type: (‘post’ or ‘page’ or any other post type name) (required) The post type slug, not labels.
post_thumbnail: (string) The uri or path of the post thumbnail.
E.g. http://example.com/example.jpg or /path/to/example.jpg
post_category: (string, comma separated) slug of post categories
post_tags: (string, comma separated) name of post tags
tax_{taxonomy}: (string, comma separated) Any field prefixed with tax_ will be used as a custom taxonomy. Taxonomy must already exist. Entries are names or slugs of terms.
{custom_field_key}: (string) Any other column labels used as custom field
cfs_{field_name}: (string) If you would like to import data to custom fields set by Custom Field Suite, please add prefix cfs_ to column header name.
scf_{field_name}: (string) If you would like to import data to custom fields set by Smart Custom Fields, please add prefix scf_ to column header name.
comment_status: (‘closed’ or ‘open’) Default is the option ‘default_comment_status’, or ‘closed’.
Note: Empty cells in the csv file means “keep it”, not “delete it”.
Note: To set the page template of a page, use custom field key of _wp_page_template.
Note: If providing a post_status of ‘future’ you must specify the post_date in order for WordPress to know when to publish your post.
Note: If the post_type value is attachment, you can use post_thumbnail field to define media URL or path.
Advanced Custom Fields plugin integrate
If advanced custom field key is exists, importer will trying to use update_field function instead of built-in add_post_meta function.
How to find advanced custom field key: Finding the field key
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Simple CSV Importer」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Advanced Custom Fields (ACF®) 》Advanced Custom Fields 可以讓 WordPress 網站成為一個完整的內容管理系統,提供您所有工具以更好管理您的數據。, 使用 Advanced Custom Fields 外掛,完全...。
Advanced Custom Fields: Font Awesome Field 》在 Advanced Custom Fields 中添加一個Font Awesome 圖標字段類型。, , 指定要使用哪些 Font Awesome...。
ACF Content Analysis for Yoast SEO 》此外掛確保 Yoast SEO 分析包括所有 ACF 內容,包括彈性內容和重複器。, Yoast SEO for WordPress 內容和 SEO 分析不會考慮一篇文章的Advanced Custom Fields...。
Advanced Custom Fields: Extended 》🚀 全方位增強套件,可改進WordPress和Advanced Custom Fields。此外掛旨在提供一個強大的管理框架,涵蓋了眾多改進和優化。, 此外掛需要至少 ACF Pro 5.8。,...。
ACF Photo Gallery Field 》t; 'Status', , 'name' => 'status', , 'choices' => array(, 'public' => 'Public', , 'private' => ...。
Table Field Add-on for ACF and SCF 》表格欄位外掛程式增強了Advanced Custom Fields外掛程式的功能,讓表格編輯更易於使用。, 此外掛程式需要Advanced Custom Fields外掛程式或專業版!, 表格欄...。
Really Simple CSV Importer 》替代 CSV 導入外掛程式。簡單而強大,最適合於技術狂熱者。, , 類別支援, 標籤支援, 自訂欄位支援, Smart Custom Fields 支援, Custom Field Suite 支援, Adv...。
ACF to REST API 》此 WordPress 外掛在WordPress REST API中提供了Advanced Custom Fields的端點, 詳細資訊請參閱GitHub:https://github.com/airesvsg/acf-to-rest-api/。
ACF Quick Edit Fields 》這個 WordPress 外掛為 Advanced Custom Fields Plugin(Pro 和 Free 5+)增加了快速編輯功能。, 特色, , 在清單檢視中顯示 ACF 欄位值, 支援的 ACF 欄位類型...。
Advanced Custom Fields: Gravity Forms Add-on 》提供進階自訂欄位 (Advanced Custom Field),讓 WordPress 編輯使用者或管理員可以在欄位群組配置中選擇 Gravity Form。, 可以在 外掛的 GitHub 存儲庫 中找...。
Advanced Custom Fields: Image Aspect Ratio Crop Field 》這是一個進階自訂欄位 (Advanced Custom Fields) 的外掛,會在使用者上傳圖片後強制執行特定的長寬比例或像素大小裁剪。使用長寬比例對於回應式圖片的使用情...。
Advanced Custom Fields: Nav Menu Field 》使用 Nav Menu Field 外掛將導覽選單加入Advanced Custom Fields (ACF)。此外掛會在 ACF(版本 5 和 4)加入 Nav Menu 欄位類型,讓您從 WordPress 管理後台...。
ACF Theme Code for Advanced Custom Fields 》ACF Theme Code 外掛可以自動生成在主題中實現 Advanced Custom Fields 所需的程式碼。以下是該外掛的功能特色:, , - 縮短網站開發時間。, - 當您發布、編輯...。
ACF qTranslate 》此外掛提供 qTranslate-X 相容的 ACF4 和 ACF5PRO 欄位類型,包括文字、文字區域、所見即所得編輯器、影像和檔案。新增欄位至群組時,這些新的欄位類型將在欄...。
ACF Options For Polylang 》您使用了高級自訂欄位來建立選項頁面,並且安裝了 Polylang 外掛以獲得令人驚嘆的多語言網站嗎?, 可惜的是,Polylang 並不處理 ACF 的選項頁面。這意味著您...。