首页 >

织梦DedeCMS首页添加自定义字段

想要在DedeCMS网站中添加自定义字段,一定要指定channelid属性,还有就是需要调用的字段,这样才能在模型中找到调出需要的字节。
想要在首页添加自定义字段,首先就要添加一个自定义模型,点击”核心”->”内容模型管理”->”添加新模型”,在添加新模型的时候一定要指定channelid属性,然后就是添加新字段,比如添加”goumai” | “dianpu” | “baojia”等字段,想要在首页调用出来”购买” | “店铺” | “报价”字段,在调用的时候就可以使用如下代码:
{dede:arclist addfields=’goumai,dianpu’ row=’8′ channelid=’1′}
[field:goumai /] – [field:dianpu /]
{/dede:arclist}
在首页列表调用自定义字段的代码:
{dede:arclist row=’10’ addfields=’baojia’ titlelen=’24’ orderby=’pubdate’ typeid=’8′ idlist=” channelid=’17’}
·[field:textlink/] 报价:[field:baojia/]元 ([field:pubdate function=mydate(‘m-d’,@me)/])

{/dede:arclist}

  • 织梦DedeCMS错误Fatal error: Using $this when not in object context
  • 织梦DedeCMS错误Fatal error: Using $this when not in object context | 织梦DedeCMS错误Fatal error: Using $this when not in object context ...

  • 织梦DedeCMSkindeditor编辑器图片上传增加图片说明alt属性和title属性
  • 织梦DedeCMSkindeditor编辑器图片上传增加图片说明alt属性和title属性 | 织梦DedeCMSkindeditor编辑器图片上传增加图片说明alt属性和title属性 ...

  • 织梦DedeCMS网站首页评论链接地址动态改为静态方法
  • 织梦DedeCMS网站首页评论链接地址动态改为静态方法 | 织梦DedeCMS网站首页评论链接地址动态改为静态方法 ...