質問編集履歴

3

解決内容の表示

2019/03/19 07:38

投稿

nao0628
nao0628

スコア10

test CHANGED
File without changes
test CHANGED
@@ -63,3 +63,19 @@
63
63
  ※ちなみに下記コードでも同様に"&"が含まれたURLが出てダメでした
64
64
 
65
65
  <?php echo get_the_post_thumbnail_url($post->ID, 'large');?>
66
+
67
+
68
+
69
+
70
+
71
+ 皆様有難うございました。
72
+
73
+ 下記の追加で解決したようです。
74
+
75
+ <?php
76
+
77
+ $url = get_the_post_thumbnail_url($post->ID, 'large')
78
+
79
+ ?>
80
+
81
+ <media:thumbnail><?php echo htmlentities($url, ENT_XHTML);?> </media:thumbnail>

2

駄目だったコードを追加

2019/03/19 07:38

投稿

nao0628
nao0628

スコア10

test CHANGED
File without changes
test CHANGED
@@ -57,3 +57,9 @@
57
57
  ▼SmartFormat 仕様書 -- RSS2.0準拠
58
58
 
59
59
  https://publishers.smartnews.com/ja/smartformat/specification_rss/
60
+
61
+
62
+
63
+ ※ちなみに下記コードでも同様に"&"が含まれたURLが出てダメでした
64
+
65
+ <?php echo get_the_post_thumbnail_url($post->ID, 'large');?>

1

SmartFormat 仕様書を追加しました。

2019/03/19 06:38

投稿

nao0628
nao0628

スコア10

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,15 @@
45
45
  どなたかわかる方がいましたら
46
46
 
47
47
  ご教示、お願い申しげます。
48
+
49
+
50
+
51
+ ※ちなみにRSSの仕様書は下記です。
52
+
53
+ ▼SmartFormat 仕様書
54
+
55
+ https://publishers.smartnews.com/ja/smartformat/specification/
56
+
57
+ ▼SmartFormat 仕様書 -- RSS2.0準拠
58
+
59
+ https://publishers.smartnews.com/ja/smartformat/specification_rss/