[WordPress] 外掛分享: WP All Import – WP Job Manager Field Editor Add-On

WordPress 外掛 WP All Import – WP Job Manager Field Editor Add-On 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「WP All Import – WP Job Manager Field Editor Add-On」是 2018-11-05 上架。
  • 目前有 100 個安裝啟用數。
  • 上一次更新是 2019-08-08,距離現在已有 2094 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 4.7 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 5.4 以上。
  • 有 2 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

tripflex |

外掛標籤

job directory | wp-job-manager | import listings | import directory | import job listings |

內容簡介

這個附加外掛為 WP All Import 的免費和專業版本添加支援,以支援使用WP Job Manager Field Editor自訂欄位。使用此插件可讓您將自訂欄位匯入自訂元值中,不需要專業版,並支援所有欄位類型。

這還添加了支援任何文件字段類型,這些類型是“多個”字段類型,允許您將 WP All Import 配置為搜索現有媒體、下載等。

與 WP All Import 的 WP Job Manager 插件一起使用,可讓您的工作或簡歷導入變得非常簡單和容易!

功能

支援 WP Job Manager Field Editor 中添加的所有自訂欄位
支援多個檔案上傳欄位類型(通過 WP All Import 搜尋/下載)
完整的文檔和清晰的代碼庫
支援工作和簡歷
自動猜測模板欄位(點擊向下箭頭)

文檔
輔助功能

在設置導入時提供兩個輔助函數:

field_editor_import_multi_files( files ) - 這是一個幫助函數,可將檔案的序列化陣列值轉換為 CSV 格式。

示例:
[field_editor_import_multi_files({_some_meta_key[1]})]

field_editor_import_multi_field( data, separator ) - 這是一個輔助函數,可將非序列化數據(在具有特定分隔符的 CSV 或其他格式中)轉換為多值字段類型所需的序列化數據格式。

示例(數據以逗號分隔):One, Two, Three
並且 XPath 值是 {numbers[1]},而不僅僅是放置 {numbers[1]},你需要放入這個值:
[field_editor_import_multi_field({numbers[1]})]

如果您使用另一種分隔符,例如:One|Two|Three,您可以將分隔符指定為第二個參數:
[field_editor_import_multi_field({numbers[1]}, "“|”")]

示例:
[field_editor_import_multi_files({_some_meta_key[1]})]

http://www.wpallimport.com/documentation/advanced/execute-php/

貢獻和報告問題

您可以通過 GitHub 貢獻代碼或報告此插件的問題:https://github.com/tripflex/wp-job-manager-field-editor-import

支援

使用 WordPress.org 的論壇進行社區支援,我們會盡力幫助所有用戶。如果您發現錯誤,可以在Github上記錄它(或修復它),我們可以更高效地處理它們。

原文外掛簡介

This addon plugin adds support in WP All Import (free and pro) versions to support WP Job Manager Field Editor custom fields. Using this addon allows you to import custom fields into custom meta values, without having the pro version, and supporting all field types.
This also adds support for any file field types that are “Multiple” field types, allowing you to configure WP All Import to search in existing media, download, etc.
Using this along with the WP Job Manager addon for WP All Import will make importing your Jobs or Resumes super simple and easy!
Features

Supports all custom fields added in WP Job Manager Field Editor
Supports multiple file upload field types (through WP All Import search/download)
Fully documented and clean codebase
Support for Jobs and Resumes
Automagically guess template field (by clicking down arrow)

Documentation
Helper Functions
Two helper functions are available while setting up your imports:

field_editor_import_multi_files( files ) – Helper function to convert serialized array values for files to CSV format

Example:
[field_editor_import_multi_files({_some_meta_key[1]})]

field_editor_import_multi_field( data, separator ) – Helper function to convert non-serialized data (in CSV or other format with specific separator), to serialized data format required for multi value field types.

Example (data separated with comma): One, Two, Three
and the XPath value was {numbers[1]}, instead of just putting {numbers[1]}, you would put in this:
[field_editor_import_multi_field({numbers[1]})]
If you’re using a different separator, for example: One|Two|Three, you can specify the separator as the second argument:
[field_editor_import_multi_field({numbers[1]}, “|”)]
Example:
[field_editor_import_multi_files({_some_meta_key[1]})]
http://www.wpallimport.com/documentation/advanced/execute-php/
Contributing and reporting bugs
You can contribute code or report issues with this plugin via GitHub: https://github.com/tripflex/wp-job-manager-field-editor-import
Support
Use the WordPress.org forums for community support where we try to help all users. If you spot a bug, you can log it (or fix it) on Github where we can act upon them more efficiently.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WP All Import – WP Job Manager Field Editor Add-On」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.2 | 1.0.3 | trunk |

延伸相關外掛(你可能也想知道)

  • Import Listings into WP Job Manager 》WP All Import 的 WP Job Manager 外掛讓你可以在不到 10 分鐘內批量將職缺列表匯入 WP Job Manager 外掛。, 左側顯示可匯入的所有欄位,右側顯示來自 XML/CS...。
  • Import Listings into the Jobify Theme 》應用 WP All Import 的 Jobify 外掛可讓您在不到 10 分鐘內批量導入工作列表至 Jobify 佈景主題。, 左側顯示可導入的所有欄位,右側顯示來自您的 XML/CSV 檔...。
  • Import Listings into the Listable Theme 》Listable 外掛是針對 WP All Import 設計的附加元件,可讓你在不到 10 分鐘內批量匯入你的清單到 Listable 佈景主題中。, 左側顯示所有可匯入的欄位,右側顯...。

文章
Filter
Apply Filters
Mastodon