質問編集履歴
2
Really Simple CSV Importer
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Wordpressの投稿記事CSV更新について
|
1
|
+
Wordpressの投稿記事CSV更新について(Really Simple CSV Importer)
|
body
CHANGED
File without changes
|
1
***postmetaテーブルに追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,6 +11,7 @@
|
|
11
11
|
External URL Featured Imageに画像を登録することが可能なのでしょうか。
|
12
12
|
|
13
13
|
保存したいのは***postmetaテーブルに下記の2つの項目です。
|
14
|
+
|
14
15
|
```MySQL
|
15
16
|
_dcms_eufi_img
|
16
17
|
_dcms_eufi_alt
|
@@ -20,6 +21,8 @@
|
|
20
21
|
meta_key
|
21
22
|
meta_value
|
22
23
|
```
|
24
|
+
***postmetaテーブルに_dcms_eufi_imgと_dcms_eufi_altを仮で追加してみました。
|
25
|
+
画像は問題なく出力されているのですが、編集画面でExternal URL Featured Imageにセットできないようです。
|
23
26
|
|
24
27
|
```サンプルCSV
|
25
28
|
post_id,post_name,post_date,post_author,post_type,post_status,post_title,post_content,post_category
|