织梦园模板网提供云优cms模板,pbootcms模板,Wordpress主题模板等各类企业新闻资讯网站模板下载服务。织梦园网站模板交流群
用户名:
密码:
注册
注册后享受折扣价

织梦DEDECMS简略标题调用标签

织梦园模板 / 2020-12-01 / 收藏
title=”[field:title/] :原标题
[field:shorttitle/] :简短标题
[field:title/]   全标题
[field:shorttitle/]   简短标题
[field:picname/]  缩略图图片地址

但是有时候如果没有写简略标题呢?
我们就可以用这个标签了:
[field:array runphp='yes'] if(@me['shorttitle']=='') @me=@me['title'];else @me=@me['shorttitle'];[/field:array]。
上面说的是在栏目页的简略标题调用标签。
在织梦CMS内容页就要用下面这两个标签了:
{dede:field.shorttitle/}
{dede:field name='array' runphp='yes'} if(@me['shorttitle']=='') @me=@me['title'];else @me=@me['shorttitle'];

相关织梦教程

收缩