织梦DEDECMS简略标题调用标签

title=[field:title/] :原标题 [field:shorttitle/] :简短标题 [field:title/] 全标题 [field:shorttitle/] 简短标题 [field:picname/] 缩略图图片地址 但是有时候如果没有写简略标题呢? 我们就可以用这个标签了: [field:array runphp=yes] if(@me[shortt
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'];
本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐