このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

CSV Custom Content Importer

説明

Please note: this is an early version of the plugin and only works with Custom Post Type defined using the PODS Framework .

If you are using advanced CMS features from WordPress, you have problably defined you own custom post types, and have designed your own archive and/or post templates.

CSV Custom Content Importer allows you to import data from a CSV file into your own Custom Post Type.

CSV Custom Content Importer only offers basic import features… but it is a free plugin 🙂

Known bugs and limitations

  • Only allows to import to a Custom Post Type defined using the PODS Framework (maybe I will add support to other frameworks in the future).
  • Only supports simple fields (i.e. no relationship fields)

スクリーンショット

  • Step 1: select the custom post type to import and a CSV file to upload.
  • Step 2: match selected custom post's fields with CSV file columns.
  • Maintenance screen lets you delete previously uploaded CSV files.

インストール

  1. Upload the plugin files to the /wp-content/plugins/csv-custom-content-importer directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use it via the Tools -> CSV Custom Content Import menu

FAQ

No FAQs yet.

評価

2022年12月28日
This plugin still working on WordPress 6.1.1 and PHP 7.4. And I've successfully done import from csv-file my long list of taxonomy to pods. Thank you, @lucavicidomini!
0件のレビューをすべて表示

貢献者と開発者

CSV Custom Content Importer はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“CSV Custom Content Importer” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.5

  • First version