wordpress让文章列表里支持文章摘要
<无详细内容>
一般来说wordpress的主题文件夹中
index.php不用说就是首页
其他的分类,月份归档文章走的是archive.php
single.php 一般是文章的详细页
让列表显示文章摘要:
就是把上面中的index.php和archive.php中
<div class="entry">
<?php the_content(); //显示全文?>
</div>
改为
<div class="entry">
<?php the_excerpt(); //显示文章摘要?>
</div>
- 上一篇:统计0到1亿中1出现的个数
- 下一篇:为Hanking解读代码
精彩图集
精彩文章






