张文保的博客
张文保 · Paul Zhang

Engineering the Future

织梦dedecms调用标题、关键字、描述标签

首页写法:

<title>{dede:global.cfg_webname/}</title>

<meta name="description" content="{dede:global.cfg_description/}" />

<meta name="keywords" content="{dede:global.cfg_keywords/}" />

栏目页写法:

<title>{dede:field.seotitle/}</title>

<meta name="keywords" content="{dede:field name='keywords'/}" />

<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />

频道页写法:

<title>{dede:field.title/}_{dede:global.cfg_webname/}</title>

<meta name="keywords" content="{dede:field name='keywords'/}" />

<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />

文章页写法:

<title>{dede:field.title/}_{dede:global.cfg_webname/}</title>

<meta name="keywords" content="{dede:field.keywords/}" />

<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />

本文标题:《织梦dedecms调用标题、关键字、描述标签》
网址:https://zhangwenbao.com/dedecms-title-keyword-description-tag.html
作者:张文保
发布时间:2020-07-22
许可协议:CC BY-NC-SA 4.0
发表新评论
SSL安全认证