有些时候,某篇文章比较长时,或者图片较多,那样会导致首页的加载速度变慢,这时就要用到文章的截断功能 <!--more--> 。这样可以使首页只显示文章的 <!--more--> 之前的内容,不过默认的显示字样一般是“Read the rest of this entry…”,这时我们可以修改这段内容,让其显示为中文,例如:”展开阅读…”。
这时你需要修改index.php,找到 <?php the_content(’ Read the rest of this entry »’); ?>, 阅读全文>>