码迷,mamicode.com
首页 > 其他好文 > 详细

dedecms在首页调用栏目(公司介绍)内容

时间:2021-06-04 19:42:24      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:ml2   截取   bst   str   targe   https   from   div   栏目   

dedecms在首页调用栏目(公司介绍)内容,一般通过代码:

{dede:sql sql=‘Select content,substring(content,1,300) as content from dede_arctype where id=1‘}[field:content function=‘html2text(@me)‘/]{/dede:sql}

备注:

1、substring(content,1,300)是指截取第一个到第300个字符的内容

2、id=1是指调用的栏目ID为1

 

通过上面的代码,织梦即可调用指定栏目的栏目内容(介绍)。转载请注明:鹏程木业网

dedecms在首页调用栏目(公司介绍)内容

标签:ml2   截取   bst   str   targe   https   from   div   栏目   

原文地址:https://www.cnblogs.com/fymuban/p/14850027.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!