来源:自学PHP网 时间:2014-11-28 23:31 作者: 阅读:次
[导读] 1)、修改 includes/lib_article.php 文件,搜索:$sql = #39;SELECT article_id, title, author, add_time, file_url, open_type#39; .一共能搜到两处,每一处都改为:$sql = #39;SELE......
Ecshop模板文章列表页显示内容摘要1)、修改 includes/lib_article.php 文件,搜索: $sql = 'SELECT article_id, title, author, add_time, file_url, open_type' . 一共能搜到两处,每一处都改为: $sql = 'SELECT article_id,title,content,author,add_time,file_url,open_type' .//开源软件:phpfensi.com 继续找到:$arr[$article_id]['title'] = $row['title'];在它下面增加一行代码: $arr[$article_id]['content'] = strip_tags($row['content']); 2)、打开 模板文件 /themes/default/article_cat.dwt,搜索找到: {$article.short_title} 在它后边增加代码:{$article.content|truncate:60} |
自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习
京ICP备14009008号-1@版权所有www.zixuephp.com
网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com