Posted on 09月 7th, 2008 作者: basil
对首页、存档页及分类页修改以摘要形式显示文章,点击更多查看全部内容。
方便首页内容的呈现及搜索引擎的收录
具体做法:在index.php,archieve.php,category.php页面将
修改为
<div class="details" style="float:right"> <div class="inside"><a href="<?php the_permalink() ?>">Read On »</a></div> </div> |