日本語
フォーラム
(@kazuau2002)
10年、 10ヶ月前
loop.php内の以下の2カ所のthe_excerpt()をthe_content()に修正したらできました。
<?php if ( is_archive() || is_search() ) : // Display excerpts for archives and search. ?> <div class=”entry-summary”> <?php the_excerpt(); ?> </div><!– .entry-summary –>