質問するログイン新規登録

質問編集履歴

2

誤字修正

2017/11/26 17:01

投稿

amecandy
amecandy

スコア7

title CHANGED
File without changes
body CHANGED
@@ -26,7 +26,7 @@
26
26
  以下のことを個別に試みましたが抜粋表示のままでした。
27
27
 
28
28
  ●1.「表示設定」>「RSS/Atom フィードでの各投稿の表示」で、「全文を表示」を選択
29
- ●2.「index.php」の上記ソースコードを以下に変更
29
+ ●2.「index.php」の上記該当ソースコードを以下に変更
30
30
  <div class="post-entry entry-">
31
31
  <?php the_content(); ?>
32
32
  </div>

1

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

2017/11/26 17:01

投稿

amecandy
amecandy

スコア7

title CHANGED
File without changes
body CHANGED
@@ -22,7 +22,27 @@
22
22
 
23
23
  ```
24
24
 
25
+ ###試したこと
26
+ 以下のことを個別に試みましたが抜粋表示のままでした。
25
27
 
28
+ ●1.「表示設定」>「RSS/Atom フィードでの各投稿の表示」で、「全文を表示」を選択
29
+ ●2.「index.php」の上記ソースコードを以下に変更
30
+ <div class="post-entry entry-">
31
+ <?php the_content(); ?>
32
+ </div>
33
+ ●3.「index.php」の上記該当ソースコードを全削除
34
+ ●4.「index.php」の下記ソースコードを全削除(上記該当ソースコードのすぐ下に書かれています)
35
+ <?php
36
+ if ( ! $shop_isleismore ) {
37
+ echo '<div class="post-more">';
38
+ echo '<a href="' . esc_url( get_permalink() ) . '" class="more-link">' . esc_html__( 'Read more', 'shop-isle' ) . '</a>';
39
+ echo '</div>';
40
+ }
41
+ ?>
42
+ ●5.「loop.php」に
43
+ <?php the_content(); ?>
44
+ を追加
45
+
26
46
  ###補足情報(言語/FW/ツール等のバージョンなど)
27
47
  使用しているテーマは「[Shop Isle](https://ja.wordpress.org/themes/shop-isle/)」です。
28
48