Article Importer
Article Importer
Description
このプラグインは指定のフォーマットの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.
どのようなレイアウトのデータが対応していますか?
対応レイアウトが2種類あります。全てカンマ区切りのデータとなります。
■旧記事ツク
タイトル, 動画URL, サムネイル画像URL, カテゴリ, タグ, 備考, 公開日, テンプレート構文
■新記事ツク
タイトル, タグ, カテゴリ, 公開日, サムネイル画像URL, 本文, 公開ステータス
Reviews
Changelog
2.0
新レイアウトのCSVデータに対応
1.2
全角スペースがあった場合タグが一つの文字で認識されていたため修正
1.1
Column ‘Remars’ add
1.0
Initial release