<meta name="keywords" content="{dede:global.cfg_keywords/}" /> //总体关键字
<meta name="description" content="{dede:global.cfg_description/}" /> //总体描述
栏目页(封面页、列表页)直接:
<meta name="keywords" content="{dede:field name='keywords'/}" /> //栏目关键字
<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" /> //栏目的描述
文章页
<meta name="keywords" content="{dede:field name='keywords'/}" /> //文章的关键字
<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" /> //文章的描述
21.用于首页调取公司简介。(部分)
{dede:sql sql='SELECT * FROM `dede_arctype` WHERE `id` =8'}
[field:content runphp='yes']
@me = strip_tags(@me); //织梦剥离html函数
@me=cn_substr(@me,420); //截取字符串函数
[/field:content]......
{/dede:sql}
或者:[field:content function="Html2Text('@me')"/]
22.织梦分页(不要页码,显示上一页 下一页)