質問編集履歴

2

誤字修正

2017/11/26 17:01

投稿

amecandy
amecandy

スコア7

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,7 @@
54
54
 
55
55
  ●1.「表示設定」>「RSS/Atom フィードでの各投稿の表示」で、「全文を表示」を選択
56
56
 
57
- ●2.「index.php」の上記ソースコードを以下に変更
57
+ ●2.「index.php」の上記該当ソースコードを以下に変更
58
58
 
59
59
  <div class="post-entry entry-">
60
60
 

1

試したことを追記いたしました。

2017/11/26 17:01

投稿

amecandy
amecandy

スコア7

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,46 @@
46
46
 
47
47
 
48
48
 
49
+ ###試したこと
50
+
51
+ 以下のことを個別に試みましたが抜粋表示のままでした。
52
+
53
+
54
+
55
+ ●1.「表示設定」>「RSS/Atom フィードでの各投稿の表示」で、「全文を表示」を選択
56
+
57
+ ●2.「index.php」の上記ソースコードを以下に変更
58
+
59
+ <div class="post-entry entry-">
60
+
61
+ <?php the_content(); ?>
62
+
63
+ </div>
64
+
65
+ ●3.「index.php」の上記該当ソースコードを全削除
66
+
67
+ ●4.「index.php」の下記ソースコードを全削除(上記該当ソースコードのすぐ下に書かれています)
68
+
69
+ <?php
70
+
71
+ if ( ! $shop_isleismore ) {
72
+
73
+ echo '<div class="post-more">';
74
+
75
+ echo '<a href="' . esc_url( get_permalink() ) . '" class="more-link">' . esc_html__( 'Read more', 'shop-isle' ) . '</a>';
76
+
77
+ echo '</div>';
78
+
79
+ }
80
+
81
+ ?>
82
+
83
+ ●5.「loop.php」に
84
+
85
+ <?php the_content(); ?>
86
+
87
+ を追加
88
+
49
89
 
50
90
 
51
91
  ###補足情報(言語/FW/ツール等のバージョンなど)