修改首页以摘要形式显示文章

Filed under: wordpress, 建站心得 | 4 Comments »
Posted on

对首页、存档页及分类页修改以摘要形式显示文章,点击更多查看全部内容。

方便首页内容的呈现及搜索引擎的收录

具体做法:在index.php,archieve.php,category.php页面将

 

修改为

<div class="details" style="float:right">
<div class="inside"><a href="&lt;?php the_permalink() ?&gt;">Read On »</a></div>
</div>