Beschreibung
このプラグインは指定のフォーマットのCSVデータをインポートし記事投稿を行います。
サンプルのCSVファイルは/wp-content/plugins/article_importer/sample にあります。
このプラグインのCSVデータは記事ツクから作成することでより簡単に使用できるようになります。
詳細は以下のページを参照してください。
https://kijitsuku.work/
Arbitrary section 1
Installation
- Upload All files to the
/wp-content/plugins/directory. - Activate the plugin through the ‚Plugins‘ menu in WordPress.
- Go to the Import page under Tools menu.
- Click Article Importer link, read the notification, then just upload and import.
FAQ
- Installation Instructions
-
- Upload All files to the
/wp-content/plugins/directory. - Activate the plugin through the ‚Plugins‘ menu in WordPress.
- Go to the Import page under Tools menu.
- Click Article Importer link, read the notification, then just upload and import.
- Upload All files to the
- どのようなレイアウトのデータが対応していますか?
-
対応レイアウトが2種類あります。全てカンマ区切りのデータとなります。
■旧記事ツク
タイトル, 動画URL, サムネイル画像URL, カテゴリ, タグ, 備考, 公開日, テンプレート構文
■新記事ツク
タイトル, タグ, カテゴリ, 公開日, サムネイル画像URL, 本文, 公開ステータス
Rezensionen
Für dieses Plugin gibt es keine Rezensionen.
Mitwirkende und Entwickler
„Article Importer“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Article Importer“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN-Repository an oder abonniere das Entwicklungsprotokoll per RSS.
Änderungsprotokoll
2.0
新レイアウトのCSVデータに対応
1.2
全角スペースがあった場合タグが一つの文字で認識されていたため修正
1.1
Column ‚Remars‘ add
1.0
Initial release